When reading out the tree in a recursive manner one gets some attributes with each issue (such as isFolder) but not its context fields. Is there a way to retrieve them?
.../issuetypescreenschemes gives the layout/structure, but not the concrete value per issue
and the documentation seems rather confusing to me
Hi @PZ
You can get the value of the issues and folders through Jira REST APIs: https://docs.atlassian.com/software/jira/docs/api/REST/8.22.3/#issue-getIssue or https://docs.atlassian.com/software/jira/docs/api/REST/8.22.3/#search-search. This is the same way we are retrieving all the field values from each issue in R4J views alongside with R4J REST APIs.
Best regards,
Edmer
I see. I think I understand the structure now. Thank you.
One last thing: When reading the tree structure recursively one gets the Id and the JiraIssueId. When getting an issue in jira one uses the issue key or id, but it seems like the r4j issue id and jira issue id aren't equivalent. Am I wrong or is there some way to get the jira issue from the r4j tree issue?
I hope my question is somehow understandable
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello PZ,
which API do you use to retrieve the R4J tree?
With our REST API ...projects / {projectKey} / items / ...
you should get the jiraIssueId
, this matches the Jira ID´s.
(See our REST documentation)
Does it work? If not, please open a ticket on our friendly service desk.
Best Regards,
Bernhard from Ease Solutions
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.