The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
Via automation I can set prefix in front of summary, for example when creating user requirement type of issue I'm getting User Requirement - <tittle> issue as a result. For this I'm using {{issue.issuetype.name}} - {{issue.summary}} as a jql.
Target of mine would be to use shorter term for user requirement ex. UR - <title>, is this possible with jql ?
-Jouni
Hi @Jouni Riimala ,
in general you should be able to do it, but with the usage of conditions in automation rule.
Something like:
If: Issue Type equals User Requirement
Then: Edit issue fields: Summary = UR - {{issue.summary}}
Else-If: Issue Type equals Story
Then: Edit issue fields: Summary = ST - {{issue.summary}}
...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.