Forums

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

How to Add Assignee & Labels to Sub-Task using REST API ?

rizky aryansyah
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!
September 19, 2022

Kindly help, how to Add Assignee & Labels to Sub-Task using REST API

1 answer

1 accepted

0 votes
Answer accepted
Alex Koxaras _Relational_
Community Champion
September 20, 2022

Hi @rizky aryansyah and welcome to the community,

Try the following JSON:

{
"fields": {
"assignee": {"id":"5f9fb7c1c2e5390077abf628"},
"labels": [
"bugfix",
"blitz_test"
]
}
}
rizky aryansyah
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!
September 20, 2022

Hi @Alex Koxaras _Relational_ , thank you for the quick answer. It Works ! Now i can add Assignee & Labels.

 

Thank you.

Alex Koxaras _Relational_
Community Champion
September 20, 2022

Good to know, and I'm glad to be able to help you! Kindly mark my answer as accepted in order to help others with similar question. Thank you!

Suggest an answer

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

Atlassian Community Events