JIRA Client workspace

From ALM Works Knowledge Base

Jump to: navigation, search

JIRA Client workspace is a directory that contains all environment needed to work in JIRA Client. By running JIRA Client with different workspaces, the user is able to work in different environments, similar to working with different documents in an editor.

By default, JIRA Client workspace is located in

 $HOME/.JIRAClient

On Windows, this folder looks like

 C:\Documents and Settings\your_user_name\.JIRAClient

To run JIRA Client with a different workspace, specify it as a command-line argument. On windows:

 jiraclient.exe c:\my_workspace

On all systems:

 java -Xmx256m -jar jiraclient.jar /path/to/my/workspace

You can also specify the workspace location by creating "jiraclient.properties" file in JIRA Client installation directory and placing "jiraclient.workspace" property there:

 jiraclient.workspace=C:\\Work\\jiraclient data

(On Windows be careful to use double-backslashes, "\\", instead of "\".)

Personal tools