Kindly help, how to Add Assignee & Labels to Sub-Task using REST API
Hi @rizky aryansyah and welcome to the community,
Try the following JSON:
{
"fields": {
"assignee": {"id":"5f9fb7c1c2e5390077abf628"},
"labels": [
"bugfix",
"blitz_test"
]
}
}
Hi @Alex Koxaras -Relational- , thank you for the quick answer. It Works ! Now i can add Assignee & Labels.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.