Forums

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

Add an issue to scrum board

Adarsh Sg
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!
December 3, 2020

I am using the below python code to move an issue to scrum board 1558 but getting response 405. Can you please let me know what's wrong with the below code,

 

url = "https://jira.company.com/rest/agile/1.0/board/1558/issue"
myHeaders = urllib3.util.make_headers(basic_auth='ID:PW')
payload = json.dumps( {
"issues": [
def_num
]})
response = requests.request(
"POST",
url,
data=payload,
headers=myHeaders
)
print(response)

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events