How to grab or retrieve mutable issue

AKASHB July 16, 2013

How to grab or retrieve mutable issue value and get the current status of the issue and its next linked status?

Cananybody let me know?

3 answers

1 accepted

1 vote
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.
July 16, 2013

It depends on what you're doing. The code to retreive the current mutable issue is different for post-functions, listeners, etc etc etc.

Where do you need to do this?

AKASHB July 16, 2013

i am writing a groovy script for post function.

AKASHB July 16, 2013

I have a custom field value, So how can i grab this value as MutableIssue?

Can any one help me out with this?

0 votes
AKASHB July 29, 2013
i have acheived it. Thanks to Nic def MutableIssue opt= issueManager.getIssue()
0 votes
AKASHB July 16, 2013

I have grabbed the value by calling mutable issue, as

def MutableIssue opt= issueManager.getIssue()

Suggest an answer

Log in or Sign up to answer