Hello,
i am using Jira V7.13.11 with Jira Workflow Toolbox V2.7.0. Other Plugins we are not allowed to use!
i have a new created issue that has is linked with the blocked by link type with an other issue.
Now i want to read fields from the linked issue, when the new issue is c reated. There for i use the post function Read field from issues returned by JQL Query or Issue List on the create Transition of the workflow. I have now a problem to set a correct issue Selection for the field transfer.
I tried the issue selection mode JQL Query. There i can configure an statement, that would work! But there i can not get the issues, that are linked as block to the new created issue.
For that i tried the issue selection mode Issue List. I tried different statements with transitivelyLinkedIssues and linkedIssues, but i was not able to copy values like with the JQL Query. The post action does nothing.
Could anybody help me to set the correct statement to get the issue, that is blocking the new created issue to copy values from or maybe an other method to do the job (not an other plugin)?
Hi @Mesut
since you want to read field values from a linked issue, you might want to use our post function Read fields from linked issues or sub-tasks. In your case you then only have to select the link type you want to get the issue by (in your case "is blocked by").
The other thing you might want to check is that this post function is positioned after the "Create issue originally" post function.
So the final result of your create transition could look something like this:
Please let me know, if this configuration works for you and if you need further help there ;)
Cheers
Jona with the xApps team
Thanks for your fast answer. Meanwhile I found my Problem.
The issue linking was done after the issue creation. I saw this in the issue history.
So i think in the post function, when i tried to get the linked issues, there were no linked issues yet.
I tried my configuration with an other status transition, there it worked flawless.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Mesut
you're really welcome!
Great to hear that it is working now!
If you should feel uncertain about some features regarding JWT, you can always reach out to us - also using our Service Desk.
Cheers
Jona
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.