Dear All,
I am new to Jira Automation, I have below situation:
During creation of an Issue-1 , I am adding a Issue-2' Key in Label field.
Now, in automation I am extracting Issue-2's Key from Label in a Variable {{IssueKey}}.
Is there any possibility to get Issue-2's field information like summary in Automation?
like: {{IssueKey.Summary}}
Hi @Chitra Raj
Yes, that is possible using JQL to find the issue in a rule: key = {{varYourVariableName}}
Depending upon what you want to do with the issue fields, you could use either a Branch on JQL or use the Lookup Issues action to access them.
https://support.atlassian.com/cloud-automation/docs/jira-automation-branches/
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues
If you post an image of your complete rule and explain how you are trying to use the issue data / fields, the community will be better able to suggest ideas.
Kind regards,
Bill
Hi @Bill Sheboy
Thank you for your answers. I used lookup issues.
I endeavored to achieve automation for adding X-ray Tests to Test Executions in bulk, and it functions impeccably. :). I achived that with Excel VBA but wanted to do with Jira itself.
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.