Feature #37123
How to access the "Link values to URL" using API
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | - | |||
Resolution: |
Description
Hi,
I would like to know how to access the "Link values to URL" of any issue using the REST API.
For eg. the tickets in our system can be accessed like below:
https://ticket.my_company.de/redmine/issues/ABC-659
So, instead of the legacy issue id, I would like to get the id "ABC-659" from the REST API when I get a list of Issue objects.
I could not find that under the custom fields.
Thanks in advance for any tips and ideas.