im trying to create a python application that uses jira webhook and jira rest api to automatically export all data from an issue when the status of that issue is changed to done. (when i move an issue to done in the kanban board). Im struggeling right now, and would really appriciate all the help i can get. how can i achieve this step by step? If someone has any similar solutions that they can show that would also be a big help.
You can create a webhook which can be then triggered from your workflow's post function. It is simple to configure. Take a look here.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.