Hi,
I am trying to use a Trigger "Field Value Changed".
It works fine when I change de FixValue manually. I put a action "Add comment to Issue".
But when I transitioned a issue, the trigger is triggered, but I cannot use de FixVersion "Value To".
Trigger: Field Value Changed.
Action: Comment on Issue.
Comment: New FixVersions: {{issue.fixVersions.name.join(" - ")}}.
Someone can help me?
Hi Bruno,
There is an issue with Jira where issue fields may return old values on issue transition events https://jira.atlassian.com/browse/JRASERVER-40597.
Could you try using latest in your smart value field i.e. {{issue.latest.fixVersions.name.join(" - ")}}. This will force a refresh of the latest value.
Cheers,
Yvan
Hi Yvan, thanks for the answer.
I tried to use {{issue.latest.fixVersions.name.join(" - ")}} but it is not working too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh man, I am sorry.
I change de wrong trigger, the command {{issue.latest.fixVersions.name.join(" - ")}} works fine!
Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Will this one will work or not ?
{{issue.latest.fixVersions.name.join(" ; ")}}
We want to separate it with ";"
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.