Forums

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

Issue creation via REST API, modification afterwards?

SJ
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 14, 2017

I have looked into creating recurring tasks via REST API: 

Thinking about the rather "complex" process of automatically creating tasks via commant to REST scheduled by CRON (my godness..) the result is very unsatisfying: The new tasks end up on the bottom of backlog, no assignee, no notification.

 

I couldn't get any mor information into the task at creation.

Also I couldn't add a variable for month into the task summary so i might be able to:

1. create task "Monthly ${Month}"

2. edit task "Monthly ${Month}" afterwards

Any clues how to get better results?
This is my script & result:

2017-07-14 08_59_36-_etc_ansible_playbooks_jira-task-create_demo.sh - root@192.168.1.105 (inside-con-johnen.stefan.jpg

1 answer

0 votes
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 Champions.
July 14, 2017

Your script is not reading variables out - all I can think of is trying to escape the " as you build the Data variable.

I would comment out the curl lines and then debug the script, adding in

echo $KW

echo $DATA

So you can see what it is building before sending.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events