Thoughts on working together, and supporting organizations
💡Thing not to do
Update the Planning epic in Jira to implement the workflow by doing the following:
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.
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).
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
This example covers the range of board configs we use today:
release
/ fixVersion
)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