Quickly create a user story in Jira with acceptance criteria.
Creates Jira user stories with acceptance criteria from natural language input.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamQuickly create a user story in Jira with acceptance criteria.
/story "As a [user], I want [goal] so that [benefit]"
Or interactive mode:
/story
/story "As a user, I want to reset my password so that I can regain account access"
/story "As an admin, I want to view audit logs so that I can track system changes"
Parses the user story format
Generates acceptance criteria based on the goal
Creates the story in Jira with:
Returns the created ticket ID and link
## Story Created
**Ticket:** [PROJECT-123](link)
**Summary:** Reset password functionality
**Acceptance Criteria:**
- [ ] User can request password reset via email
- [ ] Reset link expires after 24 hours
- [ ] User must create password meeting security requirements
- [ ] User receives confirmation after successful reset
**Estimated:** 3 story points
**Status:** Backlog
Would you like to:
- Add technical notes?
- Set priority?
- Assign to sprint?
jira-story-creation
Requires project.json with:
jira.cloudIdjira.projectKeyjira.issueTypes.storyUse the Business Analyst agent when: