Is there a way by which I can poll the jira dashboard or push the data from jira rest api when the status gets changed.
I thought of running a service which monitors the change of issues's status but that does not feel most efficient way to approach it.
Please let me know regarding this.
Hi @[deleted]
I think the feature you need is Webhooks. See
https://developer.atlassian.com/server/jira/platform/webhooks/
I’ve not used it myself so can’t give you any tips on using it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.