Hi all!
I am using the Jira Cloud REST API to get issue types per project, specifically this REST API:
From the API result, I store the URL of the icon to display in a form created with Forge Custom UI.
The icons of the "normal" issue types load successfully, but the icon of a "special" issue type does not load:
The strange thing is that the default issue type (Task) URL and the special issue type (Document) URL have the same format:
URL Task:
URL Document:
And as you can see in the image, the icon of the Task is loaded, but the icon of the Document is not loaded.
I did a GET to the URLs from the browser and the icon of the Task is loaded, but the GET of the Document shows me this error:
I don't know if the problem is due to the type of project, or what permissions are necessary for that type of issue (Document).
Maybe you can help me?
Thank you.
Did you find a solution to this? I am encountering the exact same thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.