Get List of Epic Links - REST API

Webtop July 5, 2014

I am developing a board and mobile app for our corporate managers, and have hit a snag at about 85% completion.

I am unable to get the list of epic links from our Jira Agile. The rest API returns all the allowedValues for any other type of list-type field, but for the epic-link field, there is no such property.

Here is the output from a rest request to:

https://xyz.atlassian.net/rest/api/2/issue/createmeta?projectKeys=XYZ&issuetypeids=10001&expand=projects.issuetypes.fields

"customfield_10008": {
              "required": false,
              "schema": {
                "type": "array",
                "items": "string",
                "custom": "com.pyxis.greenhopper.jira:gh-epic-link",
                "customId": 10008
              },
              "name": "Epic Link",
              "hasDefaultValue": false,
              "operations": [
                "set"
              ]
            },

As you can see, there is no allowedValues property, but there is a large number of epics.

Is there any API for Jira Agile, or can I access this list elsewhere?

Thanks,

Paul

2 answers

0 votes
majoescalante88 March 12, 2018

Guys were you able to resolve it?

0 votes
Alexandr Buzdnitchii July 27, 2015

Nice answers, Atlassian!

Suggest an answer

Log in or Sign up to answer