Content
View differences
Updated by Rosanna Sibora 8 days 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 (1 to 8 chars).
* Types have a short name, e.g. `CR` for Change Request (1 to 8 chars).
**Implementation steps**
1. Step 1: {projectkey}-{sequence} {projectkey}\_{sequence} (Jira case)
1. `oD-2212`
2. `HR-123`
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 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 (1 to 8 chars).
* Types have a short name, e.g. `CR` for Change Request (1 to 8 chars).
**Implementation steps**
1. Step 1: {projectkey}-{sequence}
1. `oD-2212`
2. `HR-123`
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 the key.
* A key can not be used twice. It is blocked also after deleting the work package, moving project or changing type.