Hi, wondering if there's a Smart Lookup value (https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/) for related issues associated to any given issue type?
For example, I have a Story Ticket with 4 other tickets associated with it in Jira (as Related). I would like a way to grab those in an automated rule.
Thanks
try reading up on these, may help you out
{{issue.issuelinks.inwardIssue}}
{{issue.issuelinks.outwardIssue}}
This is awesome @CJ Edwards , thank you. It works! Any way to narrow it to a specific issue type? For example, if I only wanted to pull in related tickets with an issue type of Story can the smart lookup be critiqued for such a scenario?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
memory tells me something along the lines of
{{issue.issueType.name}}
:)
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.