You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a PM, I have an epic card on the board and I want to add new child issues to it without leaving FigJam. I click 'Create issue' on the epic card, fill in a short form, and a new issue is created inside one of the epic group's projects – and linked to the epic.
Scope
Action button on epic cards (property menu item and/or visible button): 'Create child issue'.
Form asks for: project (within the epic's group), title, description, labels, assignee(s).
On submit:
POST /projects/:id/issues with epic_id (Premium) set to the epic's id.
User story
As a PM, I have an epic card on the board and I want to add new child issues to it without leaving FigJam. I click 'Create issue' on the epic card, fill in a short form, and a new issue is created inside one of the epic group's projects – and linked to the epic.
Scope
POST /projects/:id/issueswithepic_id(Premium) set to the epic's id.Notes
POST /projects/:id/issuesacceptsepic_id. Confirm against Instaffo before implementation.Acceptance criteria