Hi Team,
I'm currently creating a JIRA automation on boarding process and one of my requirements is to generate a comment to JIRA parent ticket after clicking a link from the created email automation.
Please see the attachment/image below, I'm aware that my script is not complete because I really don't know what to add to be able to generate a comment.
For example, the manager click the link "O365 E1 License" it should generate a comment "Approved O365 E1 license" from the JIRA parent ticket.
Please let me know if this is possible under JIRA automation. Thanks!
You won't be able to detect an issue link being used.
I would recommend looking at the automation web hook triggers. You can reform your URL to call the web hook and pass in the issue id but this is not a simple view by the user so maybe not what you need.
Or try Scriptrunner behaviours
You can create a behaviour that runs when the issue is loaded. That can set a hidden field value to indicate first load.
Automation can detect the hidden field being set and perform more complex updates including linked/parent issues
Hi @Tom Lister , thank you for your response. I'll try to look into the Scriptrunner behavior for now. Hopefully I can able to replicate it.
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.