How to set short prefix in front of summary field ?

Jouni Riimala May 17, 2022

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

1 answer

1 vote
Hana Kučerová
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 17, 2022

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}}

...

Jouni Riimala May 17, 2022

Thx, make sense. Need to experiment with this.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events