I am looking for a way to seach all my workflows for deactivated users.
Specifically, if I have a termed employee and deactivate their JIRA account, how can I find all workflows with a post funtion that assigns the issue to that person?
I know that I can export an individual workflow to xml and then search for the user name. I don't want to do this for each workflow. I am hoping to find a way to just search all workflows.
I would settle with being able to export all workflows to xml at once. Is that an option?
I am having trouble even finding google results on this topic.
Hi Jennifer,
Workflows are stored as xml in the database. You can query the database directly and parse the xml content.
Look up jiraworkflows table on the database.
select * from jiraworkflows;
The xml is stored in the descriptor column.
Thanks
Bhushan
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️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.