I have the following ticket structure and want to post a comment on the SD ticket when the story in the project is transitioned to specific statuses. The epic is linked to the SD ticket and story but the story is not directly linked to the SD ticket.
How can i write an automation that posts an auto comment given these circumstances
Ticket Structure
- Service desk ticket
- Project epic
- Story
You can do this with automation. You would need two automations, the first one would get the key for the Epic and the second one would be to add the comment to the ticket. It would look something like this (very simplified):
First one
Second one
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ideally you would need a plugin to achieve this result. ScriptRunner is the best option, because it allows you to use JQL to get additional information and tickets relationship.
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.