Assume TEST-101 is a sub-task under TEST-100. I want to change the parent of sub-task to TEST-102. But the REST API is not updating the parent
PUT: https://intelligenceapp.atlassian.net/rest/api/3/issue/TEST-101
{
"fields": {
"parent": {
"key": "TEST-102"
}
}
}
Please let me know if this is possible via REST API ?
Thanks,
Varun
Hello @Varrun SS
Currently it's not possible to change the parent of the sub-task via the REST API
Please see the response from Atlassian on this question
Open ticket here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.