Hi!
I'm wondering if it's possible to use replacement variables when setting the summary using Automation Rules. For example, if I set up an automation rule to create a ticket during another ticket's transition is there a way to pull the value of certain fields to set the ticket summary?
Let's say I'm trying to use the following custom fields, "Customer Name" and "Release Number" so that the description reads Customer Name field value - Release Number Field Value.
Does anyone know it's possible/how to do it? Appreciate anyone's insight here, thanks!
Hey @rneill19
I believe what you're looking for is Jira Smart Values. With Jira Smart Values you can define the value of some field using values from other fields in your automation rules. Please, take a look at the documentation here: Jira smart values - issues | Cloud automation Cloud | Atlassian Support
Basically what you need to do is use the smartvalue: {{issue.custom-field-name}}.
Let us know if you have some questions.
Regards,
Fernando
You can create Jira automation:
When: Issue transitioned (base on your preferred status)
Then: Create issue - include all the field needed (make sure all fields selected are in create screen)
Then insert this in your Text field e.i Description (assuming that the field type from Trigger Issue are text and the name of the custom fields are Customer Name and Release Number):
{{triggerIssue.Customer Name}} - {{triggerIssue.Release Number}}
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.