Jira Built-in Workflows¶
The Jira plugin ships workflows for issue analysis and issue creation.
analyze-jira-issues¶
Searches Jira issues, lets the user select one, and analyzes the selected issue with AI.
Source workflow: plugins/titan-plugin-jira/titan_plugin_jira/workflows/analyze-jira-issues.yaml
Default flow¶
jira.search_saved_queryjira.prompt_select_issuejira.ai_analyze_issue_requirements
Typical usage¶
- triage open work before implementation
- get an AI-assisted requirements breakdown from an existing Jira issue
create-generic-issue¶
Guides the user through issue creation, enhances the description with AI, and creates the Jira issue.
Source workflow: plugins/titan-plugin-jira/titan_plugin_jira/workflows/create-generic-issue.yaml
Default flow¶
jira.prompt_issue_descriptionjira.select_issue_typejira.select_issue_priorityjira.ai_enhance_issue_descriptionjira.review_issue_descriptionjira.confirm_auto_assignbefore_create_issuehookjira.create_generic_issue
Hooks¶
before_create_issue: inject project-specific validation or field enrichment before issue creation