previously we used the issue_updated event and the issue changelog to call a function when issue.status changes from `To Do` -> `Not Doing`(custom status).
Now, only noncustom(original) events trigger the webhook
IE:
`Not Doing` -> `To Do`
`New` -> `In Progress`
`Progress` -> `Competed`
but not original status -> custom status (custom status are: Deployed, Not Doing)
IE:
`To Do` -> `Not Doing` does not trigger webhook
`Completed` -> `Deployed` does not triggerwebhook
is this intended behavior?
Also, is there a way to limit the versioning of jira's webhooks? It changes every month and it's breaking whatever extra behavior i've attached on this hook.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.