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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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