I have the following to retrieve the issues referenced on an item, but I don't know where to go from here. I'd like to inspect a particular attribute on the retrieved issue references.
issueRefsOnItem = itemToCheck.GetAllIssueRefs()
for issueRef in issueRefsOnItem:
As an additional note, I am using python
Hi Jeremy,
I have published an example of how to do this in How to Retrieve Issue Attributes via Issue Reference.
Best regard,
Systemite Support
Jeremy Mangas
I have the following to retrieve the issues referenced on an item, but I don't know where to go from here. I'd like to inspect a particular attribute on the retrieved issue references.
issueRefsOnItem = itemToCheck.GetAllIssueRefs()
for issueRef in issueRefsOnItem: