I know how to add Priority field to SD requests. I would like to know if there is a way to make Priority names different than in JIRA, i.e. have some kind of aliases for values.
For example, I would like priority value 'Highest' to appear as 'Important feature' or some other name, but to still map to 'Highest' in JIRA.
Is this possible? If not, what would be most appropriate workaround?
Hi Hrvoje,
I think you can add new priorities as you can see on Defining 'Priority' Field Values.
After that you can restrict the priorities for the SD project. Please check this answer to find out a way to do it.
Hope this works for you.
Thanks and regards,
Paula Silveira
You could use a custom field "customer priority" in SD and change your "internal priority" based on the taken value of "customer priority" within the create transition of your SD.
ScriptRunner could help here with conditional post functions.
Would not be much work and it's not that complicated.
Set field value to constant or groovy expression is another way.
Set IP priority X if condition Y is met.
Hope this could help.
Greets
Simon
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.