Issue tracking - JIRA: configurable project key for each repository.
See image: http://www.screencast.com/t/qc0hVQMpXmK
-
JesusM commented
Hi,
We already have support for multiple projects in JIRA for any branch in any PlasticSCM repository.
To do that, you have to perform the following steps:
- The first step is to set "MULTIPLE_PROJECTS" as the Project Key in the JIRA Issue Tracking preferences
(Open "Preferences" -> "Issue Tracking" -> "Atlassian JIRA").- Secondly, the branch name in PlasticSCM has to match the following pattern: "$PLASTIC_BRANCH_PREFIX$JIRA_TASK_ID".
(The PLASTIC_BRANCH_PREFIX can be configured in the in the JIRA Issue Tracking preferences, and the value is "scm" as default)
(The JIRA_TASK_ID is the Jira ID of the binded issue, usually the format is the following: "PROJECT_SHORT_NAME-INTEGER").Example:
- Setup two different projects in JIRA:
Glass Project (Project short name: GLS)
Spoon Project (Project short name: SPN)- Setup branch prefix in PlasticSCM for JIRA extension:
Branch prefix: JIRA-TASK-- Then create (or rename) branches in PlasticSCM:
PlasticSCM branch name 1: JIRA-TASK-GLS-32 (The branch will be linked to task number 32 in Jira Glass project).
PlasticSCM branch name 2: JIRA-TASK-SPN-406 (The branch will be linked to task number 406 in Jira Spoon project).
PlasticSCM branch name 3: Rel-1.1 (The branch won't be linked to any task in JIRA).(Note that branch 1, branch 2 and branch3 could belong to the same or different PlasticSCM repositories).
Please, let us know whether this feature works for you. Otherwise, please specify how the feature request should
behave). -
Giovanni Siano commented
I would appreciate having this feature.