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.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you provide some code which you have tried, to save the value in the active objects table ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.