How to set values for an issue using listeners?

srinivasp
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 Leaders.
February 20, 2012

Hi, I am writing a listener to handle one of the event. I dont see any methods in the Issue object for setting values to some custom fileds defined. Is it not possible to set values to Issue object using listeners?

1 answer

1 accepted

0 votes
Answer accepted
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.
February 20, 2012

It's quite easy, but an issue object is an object. If you want to change something, you need to work with a mutable issue instead.

Remember that even when you have one of those, you won't be able to change the status directly, but you'll be able to change everything else on the issue.

srinivasp
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 Leaders.
February 20, 2012

Hi Nic, Thanks for your answer.

I followed the second approach for writing the listener and placed the jar in the installed plugins folder. When i try add the listener to jira, i am getting the following exception..

Class [com.examples.jira.listeners.MoveIssueListener] is not of type JiraListener

Please advise

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events