I currently want to convert an issue of a task type to a child task and suspend a parent issue through the REST API implementation, but I can't find the relevant interface.
Is this not currently supported by the REST API?I would be very grateful if someone could provide a solution.
I looked for it here:
Hi @harainye
Please consider using Get Edit Issue Metadata to determine what can/cannot be edited (such as issueType). I do not have server version so I cannot check this one for you.
https://docs.atlassian.com/software/jira/docs/api/REST/8.0.2/#api/2/issue-getEditIssueMeta
Best regards,
Bill
@Bill Sheboy Thanks a lot.
The result of my attempt is that the parent field does not appear in the meta data returned by the interface(https://docs.atlassian.com/software/jira/docs/api/REST/8.0.2/#api/2/issue-getEditIssueMeta).
Also, when I try to change issueType to subTask, the interface tells me that parent must be specified.
So, my guess is that the REST API approach is not currently supported
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That seems correct. Here is a related suggestion for server version, which you may vote for or watch:
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.