💡_Thing not to do_
- skip steps out of inconvenience
- create new schemes without a prefix namespace
- leave default names like "Copy of ....."
- edit the statuses (they are global)
- edit the priorities (they are global)
- edit any Scheme or Issue Type that is in use by another project, without confirming with them.
Update the Planning epic in Jira to implement the workflow by doing the following:
- update the Planning State field to include the new states
- add any tasks for Charters that are not currently in the Planning project
- update tasks to have the correct state and assignee
- add a custom Charter text field to the Planning project, and populate with the appropriate links
The Planning boards should be linked in a common place. Everyone should take responsibility for making sure that the work they own (feature / Charter / epic) stays up to date, along with ensuring that checkpoints are scheduled.
- All PLAN board in jira
- a board, e.g. Client Side Tracking
- search all issues with JQL
Jira - See Step-by-step guides board setup for epics and charters
This happens after approval to begin exploratory work, such as from the exec team. For Tech Charters, this happens once a Biz Charter has been completely prepped for triaging. Eng. stakeholders have likely been involved or exposed during the Biz Charter stage(s).
- create plan card
- add Components for product type, or service area
- add labels for targeted delivery quarter
- add labels for Charter type (biz, tech, launch)
- assign 3 people (unless unknown):
- reporter: the Business person, probably from the biz Charter.
- approver: the Product person guiding specs, QA, etc.
- assignee: the engineer writing the tech Charter / leading it.
- create Charter in wiki
- use your team's space. We recommend placing it under an 'All Charters' page.
- add labels to wiki page
- paste URL for PLAN card into wiki, creating a link
- share the wiki link to draw discussion to there
- use this instead of slack / email when possible, to avoid needing to trasncribe
- select text on a wiki page, and comment inline
- If there is a slack channel for this project, link the wiki page's slack notification to that channel.
- Consider setting the URL as the channel topic, or pinning, for convenience
- If any cards are created on an epic, they have their project field set to the team that will work on them.
- multiple teams can collaborate on a single epic, this way.
This happens during the Backlog Build stage of the Charter
🚨 Do not use the normal 'create new board' GUI that Jira provides. Clone & rename a board, as below
- Copy from existing team board Query / filter (option under row '…' button)
- Edit query (see example; right)
- Copy from an existing Board (option under '…' button)
- Change color-coding of cards to be based one something helpful
- located in the board's settings
- Add URL for new board to the related epic (PLAN card)
- add the URL to the slack channel topic, too, maybe (smile)
- optional
- Add components for each type.
- Bulk move types to components
- Bulk move all cards to epics
- Add the new PLAN to the exclusion list of the project that hosts the board. This is done in the filter for the project team backlog.
- delete board
- Delete board query
- DO NOT DELETE epics or cards
- Move Charter wiki page to be a child of Archived page
- add a label for archived
- this is all located in the team's Charter section, e.g. Eng. All Charters
- Update the filter for the project team backlog; remove the PLAN from the exclusion.
This example covers the range of board configs we use today:
- includes and epic from the PLAN board in the backlog of work
- targets the Project,
- excludes epics that have their own board for this team,
- excludes components that have their own board for this team
- excludes things that are done (does not rely on
release
/fixVersion
) - orders the cards by force-rank (manual dragging)
KEY in (PLAN-47) or (
project = PLAT
AND ("Epic Link" not in (PLAN-1) or "Epic Link" is EMPTY)
AND component not in (Emails)
AND (
status not in (done, Closed, Completed)
OR (status in (done, Closed, Completed)
AND updated >= 1d)
)
) ORDER BY Rank ASC