Hi there,
in order to get the lead of a component used in an issue, i managed to build a manual test automation that sends a web request following this guide
Automation for Jira - Send web request using Jira ... - Atlassian Community
I successfully retrieve the component and therefore it´s lead - printed in "Audit Log"-Actions as {{webhookResponse.body.lead.displayName}}
The desired information is present. But how can i use it in an automation ?
I want to achieve following:
When SLA "Priority XYZ" is breached() AND component is not empty AND assignee is empty AND issue not updated in X time, THEN check %component_lead%, assign the issue to him/her und leave an internal comment
Any suggestions on how to deal with that ?
Thanks upfront
Eric
For anyone stumbling on the same issue.
Create your webhook as follows: setup a secret key (no base64 encoding. Just Bearer key#
Create your web request using the key we just created:
One your request is complete choose to edit the issue assignee.
Enter your webhookResponse as a smart value to set assignee and you're done.
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.