Forums

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

add issue to sprint?

Juan Peñailillo
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 17, 2020

hi how can i add an issue to a sprint using python rest api. this is what I have.

issue_dict = {
'project': {'key': 'PROYEJ'},
'summary': 'Update test',
'description': 'Not important',
'issuetype': {'name': 'Bug'},
'customfield_10300' : '2015-07-03T14:08:00.000-0500', #working date time picker field
}
new_issue = jira.create_issue(fields=issue_dict)

 

Thks.

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 20, 2020

Hello @Juan Peñailillo

Thank you for reaching out.

You can check in our Rest API documentation the instructions and the following example to configure your REST API using Python:

Screen Shot 2020-07-20 at 12.42.15.png

Additionally, since this is a question about external resource management which is usually used to integrate external apps, I believe the best place to ask for help would be in the Atlassian Developer Community:

https://community.developer.atlassian.com/ 

The mentioned portal was specifically created for development and integration questions, where you will find articles and suggestions from other third-party partners and Atlassian developers. Feel free to open a new topic about your question there! :)

Let us know if you have any other questions.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events