Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we edit EPIC Link as a customfield_13386 using jira rest api 2 or do we have to use greenhopper

Shrinish July 11, 2019

I am not able to insert field for customfield_13386 it gives an error as so:

{
"errorMessages": [
"gh.epic.error.not.found"
],
"errors": {}
}

 

I think it has to do something to do with greenhopper api .

1 answer

1 accepted

1 vote
Answer accepted
Derek Fields _RightStar_
Community Champion
July 11, 2019

You do need to use the Greenhopper API for this. See this KB

Shrinish July 11, 2019

Thanks Derek ! Great help

Shrinish July 12, 2019

Why is it that only Epic link field requires greenhopper API whereas others dont?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 12, 2019

Atlassian have not got around to refactoring the "greenhopper" name out of everything yet - Jira Software used to be called Agile, which was itself a rename of Greenhopper.  It's all one API with three names in parts of it.

Like Shrinish likes this
Shrinish August 7, 2019

 

thanks nic'

Shrinish August 21, 2019

If you have the issue Key you could also do it using the Epic Key:

PUT https://localhost:8080/rest/api/2/issue-key

Body: 

{
"fields": {
"customfield_13386": "Epic Key"
}
}

Suggest an answer

Log in or Sign up to answer