The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Labels and IssueInputParamets

Jón Arnar Briem
September 4, 2017

I'm writing a plugin that will (amongst other things) edit field values for an issue. To do this we're using the IssueInputParameters Interface, it has methods for editing custom fields and most built-in fields but not for Labels. It seems that the only way to update the labels is to extract the issue from the IssueResult and use the MutableIssue.setLabels function to update the labels. 

I thought the idea behind IssueInputParameters was to avoid working directly with issues and instead use Atlassian provided classes to do that. Am I missing something here or is there some way to update labels using IssueInputParameters?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Gaston Valente
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 Champions.
September 4, 2017