Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

STAGIL Assets also provides several custom field types. One of them gives you the ability to create QR or bar codes for your assets/issues. If you want to retrieve the images via the REST API, e.g. to use them somewhere else for printing, simply look out for your custom field ID in the body of the GET request, where you will find the path to the image. It will look like this:

...

Info

How to retrieve the issue link type ID?

Navigate to the issue graph with the relation which contains attribute(s). Active “Inspect Element” in your browser settings and click on the arrow in your graph that contains the attribute.

...

Code Block
https://yourjiraURL.com/rest/soj/1.0/api/asset/linkhistory/issue/PM-10/linktype/relates to
Note

To improve performance when handling over 100 linked issues, the REST API returns issue IDs instead of issue keys in responses.