Content
View differences
Updated by Niels Lindenthal 3 months ago
The auto-incrementing sequence number which is part of every work package key is dependent on the project and type. For every project and type combination it starts with 1.
* Projects have a short name, e.g. `oD` for openDesk.
* Types have a short name, e.g. `CR` for Change Request
**Implementation steps** **Acceptance criteria**
1. Step 1: {projectkey}\_{sequence} (Jira case) only project key with sequence (Jira)
1. `oD-2212`
2. {projectkey}\_{sequence} example `HR-123`
2. Step 2: custom pattern
1. `oD_CR-1`
2. `oD_D-4` is the fourth decision.
3. `oD_EPIC-35`
4. `oD_BUG-223`
**More requirements:** More requirements:
* Changing type or the project updates changes the key.
* A key can not be used twice. It is blocked also after deleting the work package, moving project or changing type.
* Projects have a short name, e.g. `oD` for openDesk.
* Types have a short name, e.g. `CR` for Change Request
**Implementation steps**
1. Step 1: {projectkey}\_{sequence} (Jira case)
1. `oD-2212`
2.
2. Step 2: custom pattern
1. `oD_CR-1`
2. `oD_D-4`
3. `oD_EPIC-35`
4. `oD_BUG-223`
**More requirements:**
* Changing type or the project updates
* A key can not be used twice. It is blocked also after deleting the work package, moving project or changing type.