Hi there,
we have 2 different user groups in our JIRA.
Our Service Desk Team should have the possibility to recognize at first sight if the created Issue is created by a user from Group 1 or 2. For example via the issue summary
So my idea was to user JIRA Automation. It checks if the User is in Group 1 or 2. And then it should update the issue summary like this. " -groupname- {{issue.summary}}"
But i just cant manage to make it work, that the groupname just gets added to the present summary.
Any of you having an idea, what i am doing wrong?
Thanks :)
Before editing the Issue, add the Fetch Issue Data Action. It will work
Let me know
Thanks,
Pramodh
For a question like this on automation rules, please consider posting images of your complete rule and the audit log, with details. That will provide context for the community to offer suggestions. Thanks!
Next, I recommend putting the group name in another field, such as either a component or a label value. That will support your need and allow better reporting...and reduce churn in changing the summary information.
Finally, what @Pramodh M suggests for adding a Re-fetch action after the trigger can help if you are noticing that the summary is getting cleared by your edit to add the group. This occurs if the rule runs too quickly after the issue is created and so the data is not yet available to use.
Kind regards,
Bill
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.