Is it possible to run a linux systemtask as an workflow event automaticly after creating a new task in Jira?

Toni Werner January 29, 2016

Is it possible to run a linux systemtask as an workflow event automaticly after creating a new task in Jira?

I need a solution wich is reading data from an pdf attachment within a Jira task? My script to read data from pdf works fine as Linuxtask. So now i want to start the Script automaticly after a certain Jira-Task was created. The script needs the Jira-Task-id to get the correct pdf-attachment.

Can you please give me so ideas to find a solution?

Thank you

 

1 answer

0 votes
Mario Günter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 29, 2016

Hi Toni, 

you could try to define a REST Call during workflow transition (post-event):

https://developer.atlassian.com/jiradev/jira-apis/webhooks

Hope this helps.

Cheers, 
Mario

Suggest an answer

Log in or Sign up to answer