Can't Convert a DraftIssue to An Issue using GraphQL API #84876
Unanswered
ABIBOO-Team
asked this question in
Apps, API and Webhooks
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
it seems this option in api was added with 3.15 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Show & Tell
Body
Hello I hope you're doing great.
I Have been using the GraphQL API for a few moments now in an Integration project, and i'm having a Problem Converting Draft Issues in a Github Project ( Created y using the addProjectV2DraftIssue Mutation ) Into an Issue.
The only possible Way that I could see is to Directly Create an Issue ( Using the createIssue Mutation and Link it to the right project via the parameter projectIds ) But when i try to do this i'm having the following error :
PS : I already have read-write access to the scopes : projects, issues. and i can create Issues via the API without linking them to projects.
Anyone has some ideas ?
Beta Was this translation helpful? Give feedback.
All reactions