I have to create a subtask and send a specific email saying some things are to be addressed to the project lead and project manager associated with issues, whenever a rest call from external app sends “yes” for a set of issues. I’m using Jira python rest api. So, how can this be achieved?
Instead of using rest api, you can create a filter in jira using JQL and add the project lead name & project manager name as subscribers in the same filter subscription.
This will auto trigger the mails on any change in the result set.
+1 for @Kasula Prithvi reply - K.I.S.S. Also then you've got flexibility to set other conditions and differentiate them per recipient.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have to send emails/notifications and create sub tasks only when the external app (some machine learning app) sends a rest call with response "yes" to a set of issues. So, how can this be done?
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.
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.