Hi,
I am writing an automation rule which is triggered on IssueLinked Event. On creating an issue link, I need to send the issue link details like
sourceIssueId,
destinationIssueId,
sourceProjectId,
"issueLinkType": {
"id": 10100,
"name": "jira_subtask_link",
"outwardName": "jira_subtask_outward",
"inwardName": "jira_subtask_inward"
}
to the webhook. But when I fetch the complete Issue Data, I am able to see all the issue links details created for that issue. How do I fetch the details of only particular issue link which triggered the event using Jira smart values?
I am attaching the screenshot of Automation rule for reference.
Hi @Stefan Salzl ,
Yeah, somewhat it is. Here I wanted to know How do I fetch the details of only particular issue link which triggered the event using Jira smart values?
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.