GraphQL - Issue Resource - Global ID
Good Morning,
Apologies for creating a new issue for this, but I'm banging my head against the wall
I'm currently using the GraphQL API and I'd like to assign labels to an issue (automated transitions for our workflow - webhooks). Looking at the getting started documentation, this can be achieved by creating a note with a quick action. Related Documentation.
To create a note, I need to get the ID (Global) of the issue, however the current Issue resource doesnt include this and only returns the IID back and I can't seem to find a route to be able to obtain this ID.
Looking through the Documentation, it doesn't seem that I can report this as a bug as the ID field isn't documented for the issue resource. However, it does feel like this should probably be included.
Thank you in advance!
Relates to #216087