In our process, we have a Trello board for the tech leads for issues in the review status. so, the developer needs to create it manually after moving his cards on Jira.
I need to create an automation rule in Jira when a. subtask is moved to in review status while there is a linked pull request to it. is this achievable?
We don't support this yet with Automation for Jira, but I've created a feature request to track this for now at https://codebarrel.atlassian.net/browse/AUT-2263. Thanks for letting us know!
In the meantime the only way you could get this to work is to use a fairly difficult to setup webhook integration.
So in Trello, you'd have to use the REST API:
https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/
Then in Automation for Jira, you'd have to configure an automation rule, that when an issue is transitioned as you described, to send an outgoing webhook:
https://confluence.atlassian.com/automation/actions-993924834.html#Actions-sendwebrequest
Hope that helps.
Cheers,
Andreas
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.