I would like when I create an issue, the summary to be automatically updated in this way-;
summary = issuetye + summary
what I can do it ?
Hello @Consulente Atlassian
In automation, choose the create issue trigger, then "Edit issue" and put this following option
Hope this helps
Hello @Mohamed Benziane
Thanks for the answer,
I have a follow up question:
I want to add prefix on the summary, team wise
Egs: If I select "QA" while creating any issue type then it should add 'QA' as prefix to all the issue types where QA has been selected under Teams section.
Similarly, for 'UX' , 'DevOps' etc.
I want Summary to be updated with initials of the teams ( which is creating any issue type)
Can you please suggest how can we do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohd,
Same as above, from your Project Settings, Automation, create a new rule/or edit your exising rule,
Note: If your custom field is named "My Team Custom Field Name", use {{issue.My Team Custom Field Name}} - {{issue.Summary}}
You can read more about Jira Automation smart values. https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/
Hope that helps.
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.