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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.