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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.