JIRA workflow

In JIRA on November 26th, 2009

Atlassian JIRAJIRA in my ass which has to be configured with MS SQL, and there is custom developed module to import issue from MS Excel.  JIRA already got custom workflow and imported issues have to be associated with existing workflow. It’s not easy as we think in JIRA. Diving into it for sometimes, I got pretty much idea actually how things works internally. It may be interesting to know how issues and workflow is connected.

Well, you got that. There’s table called os_currentstep and os_wfentry. There you should have entry and PK from os_wfentry should goes in workflow_id in jiraissue table. That’s it :-) . Sounds easy huh! Happy Thanksgiving!