I would like to access the table/location where JMWE plugin stores the "Transitions tab" data for every issue?
Can someone please help?
Hi,
App (plugin) data is stored mostly in AO tables, as "Active objects" is where apps store stuff that is not storable on the issue, project, field, workflow, etc.
The format of the AO table names is standardised, they are always AO_<app id>_<whatever the app wants to call this table>
As an example, the only one I can ever remember is AO_4B00E6_SCRIPT_RUN_RESULT - the 4B00E6 uniquely identifies Scriptrunner. The current list of (well known) AO tables is at https://confluence.atlassian.com/jirakb/list-of-jira-server-ao-table-names-and-vendors-973498988.html
However, two things:
What is the problem you are trying to solve here? Is it really just "my people want to see a list of transitions (with date and time)"? Why are they asking for that?
JMWE doesn't store any transition data, it just reads it from the Jira database. The way it reads it is actually fairly complicated and proprietary, because Jira stores this information in a very convoluted way.
But I can point you to the base information: it's partially in the OS workflow tables (that start with OS_ if I remember properly)
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.