Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can JIRA be set up to create issues automatically on a scheduled basis?

TheMoody September 25, 2012

We have a requirement to automatically create a number of issues weekly and have them assigned to certain departments. Is there a way to schedule the creating of issues in JIRA to run at a scheduled interval?

5 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Answer accepted
Ken Wood
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.
September 25, 2012

Use the Jira Command Line Interface in a script run on a scheduled basis.

With the CLI you can do something like this example from it's docs:

jira --action createIssue --project "zjiraclicustom" --type "bug" --summary "mutli issue" --field "custom-multi-select" --values "s1,s2,s3"

https://marketplace.atlassian.com/plugins/org.swift.jira.cli

1 vote
B_ Normann P_ Nielsen
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.
April 12, 2014

Hi, feel free to review and use my new feature here: http://www.mos-eisley.dk/display/ATLASSIAN/Making+a+free+JIRA+Scheduler#

BR,

Normann

1 vote
Renjith Pillai
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.
September 25, 2012
0 votes
CodeDoers July 29, 2015

For automatic creattion repeating issues you can use Repeating Issues for JIRA https://marketplace.atlassian.com/plugins/com.codedoers.jira.repeating-issues


This add-on can execute different actions repeatedly for given issue e.g. clone issue, create sub-task in issue, traverse isssue workflows - set once and forget!

Let's try.

0 votes
danielwester
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.
September 25, 2012

Take a look at jelly scripting (note the warning in the document though): https://confluence.atlassian.com/display/JIRA/Jelly+Tags

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events