I'm currently facing an issue with the summary display in my Jira cloud automation rule when cloning issues across multiple projects.
My Configuration:
The issue is using the smart value {{issue.summary}}, the text into the cloned issue's summary continues to display as 'Autogenerated'.
Interestingly, when I use the smart value {{issue.key}}
, it correctly displays the ticket ID into the clone tasks which are created across all projects.
Requesting to guide me and let me know if i am doing something wrong steps. Thanks in advance . :)
Hi @Purni
The Issue Created trigger can fire so quickly that some of the issue data is not available to the rule when it starts. This will cause things like empty / incomplete fields when the rule runs.
To determine if that is the cause, and to fix this symptom, please always add the Re-fetch Issue action immediately after the Issue Created trigger. This will slow down the rule a bit, and reload the issue data before proceeding.
Please try adding that action and re-testing your rule.
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.
Hi Purni.
Overall I believe your automation looks correct.
I'm in bit of doubt in why the issue.summary doesn't show up correctly.
But it could be related to issue reference is getting mixed up as you are creating a new issue (and it then looks at it as branched - I'm not sure, just me thinking out loud)
If I were you, I would try to use this smart value - That is referring the original trigger issue.
{{triggerIssue.summary}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Manne Kjærby - ProProces ,
Thanks for quick response . I tried the above smart value {{triggerIssue.summary}} , it seems the same 'Autogenerated'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Purni.
I just tried the automation on my own instance.
And all above smart values shows up with the correct summary.
So, I will reference myself: Overall I believe your automation looks correct.
It might be a bug? - I might have overlooked something. I think you should reach out to atlassian support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ohk .. Thanks for guiding , I will reach out to atlassian support now may be.
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.