Hi All
Just seeking advice.
We have a jira ticket that runs on due date and our jira ticket is integrated with other systems.
Other system can change the due date through API.
What i want to do is when the change is coming from API assignee will be alerted. If its not then nothing will happen in the ticket
thanks
Updated:
im using this JQL
**project = "xxxx" AND status IN (Open, Pending, "Work in Progress")
AND issuetype = "xxxxx" AND issuekey IN updatedBy("API")
we have a user that we called API thats somehow being used by the other system to make some changes in our ticket .
Using the above JQL does not give me a result. However if i change the updatedBy("Gene Pengson") then i can see all the tickets that i have updated or change data manually.
When a change in due date is made by API, is it a specific user account or system account that logs the change?
Check the logs of a ticket that you know has had the due date updated by API and see who it registers as making the change.
If so you could create an automation rule that will alert the assignee when that specific user has edited the due date field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, great.
Please let me know if the results pan out.
Example:
Trigger: when issue/field due date is updated
Condition: if updated by specific user id
Action: Send email alert to assignee
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.