Hi everyone, I want to have different Id/Nomenclatures for the differents issues of my project, is this posible?
For example:
User Stories: US-01, US-02
Epic: EP-01, EP-02
Initiatives: IN-01, IN-02
Thanks
Hello @Dummy Test
Out of the box it's not possible, but you can have a custom field created which gets populated on the post-function of create transition. The value of the custom field can have issueKeys based on the issueType like if project key is REQM then you can have REQM-EP-01 for epics and REQM-US-01 for stories etc, but you will need a paid plugin to populate the custom field values and later you can use this custom field in JQL as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Dummy Test
I have personally used "script fields" module Script runner (paid plugin) for implementing such feature
https://scriptrunner.adaptavist.com/latest/jira/scripted-fields.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.