Hi Christian,
Using Automation for JIRA, copying a field into the summary of an issue is actually not too hard with the use of smart-values.
In the summary you can reference the original issue and extract the value. Use a value like:
Your summary plus {{triggerIssue.fields.Custom Field Name}}
Simply replace Custom Field Name with the name of the field you want to copy.
This can be used in the summary of a sub-task using the "Create Sub-task action" or in the summary of an issue using the "Create Issue" action.
Hi Nick, could I do the same thing when copying a custom fields text to a comment visible to the customer and how would I go about it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Harold,
You can do this using the Comment action. Set the permissions accordingly and then in the body of the comment use something like:
Hi {{reporter.displayName.split(" ").first}},
The custom field value is: {{triggerIssue.Custom Field Name}}
Cheers,
Harold
Hope that is what you were after.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nick
It's not working, attached a screenshot of the current automation rule
See where I am going wrong and advise please
Regards
H
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Harold,
In order to see the new Resolution Comment, you would need to use the "Refetch issue data" action before adding the comment.
Edits are not immediately visible until refetched from the server.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nick
I managed to get this to work, thanks for your all your help its much appreciated. Attached is a screenshot of my rule to get the resolution comment visible to the customer
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.