Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use Jenkins to complete Jira's "Scheduled" task?

Simon Cao July 6, 2021

I'm using Jira Data Center and there's no add-on "Scheduled" , so I'm thinking if I can use Jenkins instead of "Scheduled" in Jira ?

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
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.
July 7, 2021

You can use anything with a schedule to do things in Jira by setting them up to hit the REST API to do what you need.  (I tend to write scripted services inside Jira as they run on a cron expression, but there's nothing wrong with doing it externally over REST)

Suggest an answer

Log in or Sign up to answer