Hello,
we have Jira & Greenhopper licensed and need to export our projects via API to them. Exporting project and issues is ready and works good (via SOAP for project and REST for issues), but I've problem with attribute issue to epic in Greenhopper. I can't find any API documentation for Greenhopper.
Did anyone make that and can help me? Greenhopper API documentation will be also helpful.
Thanks,
Paweł
Use the REST method /rest/greenhopper/1.0/epics/<EPIC ID>/add
Content: {"ignoreEpics":true,"issueKeys":["<Story ID>"]}
And for finding out what REST apis are present in GH, open the Chrome developer tab and check what are the requests going to the server while you perform an actual action in GreenHopper.
Was that a question?
Creating Epics is like creating any other issue in REST. Is that what you looking for?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that was a question, but you're right - I thought, that greenhopper's epic is something else than epic issue. Thanks a lot for your answers - everything works good!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also use the Atlassian Developer Toolbox to list all the REST API's available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would also like to know how to do this via an API. It doesn't look it is possible using JRJC but perhaps it is possible using the Greenhopper API (https://docs.atlassian.com/greenhopper/6.2/) - cannot find any guides on how to use this other than the javadoc however - anyone got any links?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pawel,
If you mean that if you want to get the stores under the Epic (left side panel), you may look at this article which is explaining how to do this:
https://confluence.atlassian.com/display/GHKB/Retrieve+user+stories+under+the+Epic+via+REST+call
Please let us know if you need any further clarifications.
Cheers,
Omar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think Paweel means he wants to add an issue to an epic via an API. I'd like to know that too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.