Use Active Objects to Store Values - PostFunction

Binisha December 16, 2013

Hi All,

I am developing a feature where in I need to save the values from different customfields into AO Table whenever the postfunction is called from the screen.

Please provide me few examples for the same.

I am using the examples provided in the online document. But its not succesful.

3 answers

0 votes
Binisha December 16, 2013

Hi Mizan,

Thanks for the reply. I was getting error when I was trying to create AO table even though the ao object was not null.

I tried the approach used here http://www.j-tricks.com/1/post/2012/07/active-objects-injection.htmlit seems the error is gone.

0 votes
Onkar Ahire
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.
December 16, 2013

Hi Binisha,

As per my understanding you need to retrieve customfield value

below code will help you to get the same

CustomField customField = customFieldManager.getCustomFieldObject("customfield_10000");

Object customFieldValue = issue.getCustomFieldValue(customField);

and write your own postfunction http://www.j-tricks.com/1/post/2010/08/workflow-post-function.htmland execute above code to get customfield values and

in case of active objects https://answers.atlassian.com/questions/173619/active-object-tables-not-getting-created-in-jira-database-in-jira5-0-2

will help you.

Cheers

Onkar Ahire

Binisha December 16, 2013
0 votes
Mizan
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.
December 16, 2013

can you provide some code which you have tried, to save the value in the active objects table ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events