How to add/get the items in an issue Object by JAVA API ?

fanfan yu August 30, 2017

How to get the items in an issue Object by JAVA API ?

such as adding a item like issue link

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 30, 2017

Most data is added/changed on issues with the MutableIssue object, but with things like links, you'll need to use the relevant "manager" objects (IssueLinkManager for example)

See https://docs.atlassian.com/jira/server/

Suggest an answer

Log in or Sign up to answer