I have this application in Django rest framework and need to receive an event from Jira there. Every time the issue status change, this event is created and I need to receive the data so I can update my application with the changes. Anyone knows how can I do that? I would appreciate it!
Hi @Camilla Pinto Lisboa -- Welcome to the Atlassian Community!
If your application has a REST API method which can be called, consider using an Automation for Jira rule, triggered on the status transition, to call the method. Please look here for more information:
Kind regards,
Bill
thanks for your question.
I'd suggest raising this with https://getsupport.atlassian.com/.
Cheers, Maksim
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.