I want to display the value of an issue field inside the issue description so that I can see the description text with a dynamic text element.
Description text:
The name "Nikhil Singh" is filled in from a custom field called Champion. An issue champion can change. And I want the issue description to reflect that changing detail without having to update it.
I don't want to refer to the issue field separately.
Thanks for some pointers for ideas or ways to making this happen.
Community moderators have prevented the ability to post new answers.
Create the automation:
1.Trigger- field value change: Champion
2.Action: edit issue
a) Field: Description
b) value: The champion for this idea is {{issue.customfield_12345}}
Replace 12345 with your "champion" field ID. You can find custom fields ID at:
yourjirainstance .atlassian.net/rest/api/latest/field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.