I decided to use both Jira Software and Confluence. Jira Software is what most people associate with Jira - it's a ticketing system where, fundamentally, tasks get put onto cards, those cards are assigned to people who then do them and check them off on the list. Sounds straightforward (like most of IT) but the details make it a little more complicated (again, like most of IT). Confluence is a documentation tool that is meant to be a way for teams to document seemingly everything. Like most of the software, there seems to be several ways to do the same thing.
Turning to Jira, I created a new project and chose to do a scrum project. I was thinking of doing a simple Kanban board which is a simpler process, but if you're going to do something, do it full bore.
Project created, I was presented with a menu consisting of
- Scrum Board - Empty since we haven't set anything up yet
- Backlog - Ditto
- Active Sprints - Ditto
- Reports - Ditto
- Releases - Ditto
- Issues and Filters - ditto
- Pages - This was a documentation page which allows the user to connect to Conflunce
- Components - Empty
- Add Item - This allows adding new items to the project menu such as a link to Confluence, URLs or github repos.
- Project Settings - To modify settings for this project.
Setting up Issues
I started to set up the project in terms of tasks, stories, epics, themes, and components. Under the latest level of scrutiny that I wanted to apply to the process, I started to question the actual difference between the different levels. Roughly put:
Tasks: the smallest level of atomicity of work on a project as to be a complete piece. Tasks might have checklists that go along with them but at that point the checklists are actions whose only context is the task. Tasks can be broken down into Sub-Tasks if needed.
Story: A way of communicating a tangible part of the project in a way that is clear, from a particular point of view and allows us to group together tasks.
Epics: At it's simplest, a group of stories
Initiatives: A way of grouping epics
Themes: Large areas of focus that might cross multiple projects,
Components: A way of grouping anything whether it be the narrative elements above, production teams, technology elements or whatever.
Bug: Something we thought was done but evidently isn't since it isn't working correctly.
Generically, all of these are called "issues". After being created, an issue is given a type which is one of the above.
Setting Up Jira
Given that I had a single specific project in mind, I figured that that itself was the Initiative. Without deciding which label to assign to them, I came up with the following "pieces" of my "initiative" which were more or less as follows:
Turning to Jira, I created a new project and chose to do a scrum project. I was thinking of doing a simple Kanban board which is a simpler process, but if you're going to do something, do it full bore.
Project created, I was presented with a menu consisting of
- Scrum Board - Empty since we haven't set anything up yet
- Backlog - Ditto
- Active Sprints - Ditto
- Reports - Ditto
- Releases - Ditto
- Issues and Filters - ditto
- Pages - This was a documentation page which allows the user to connect to Conflunce
- Components - Empty
- Add Item - This allows adding new items to the project menu such as a link to Confluence, URLs or github repos.
- Project Settings - To modify settings for this project.
Setting up Issues
I started to set up the project in terms of tasks, stories, epics, themes, and components. Under the latest level of scrutiny that I wanted to apply to the process, I started to question the actual difference between the different levels. Roughly put:
Tasks: the smallest level of atomicity of work on a project as to be a complete piece. Tasks might have checklists that go along with them but at that point the checklists are actions whose only context is the task. Tasks can be broken down into Sub-Tasks if needed.
Story: A way of communicating a tangible part of the project in a way that is clear, from a particular point of view and allows us to group together tasks.
Epics: At it's simplest, a group of stories
Initiatives: A way of grouping epics
Themes: Large areas of focus that might cross multiple projects,
Components: A way of grouping anything whether it be the narrative elements above, production teams, technology elements or whatever.
Bug: Something we thought was done but evidently isn't since it isn't working correctly.
Generically, all of these are called "issues". After being created, an issue is given a type which is one of the above.
Setting Up Jira
Given that I had a single specific project in mind, I figured that that itself was the Initiative. Without deciding which label to assign to them, I came up with the following "pieces" of my "initiative" which were more or less as follows:
- Project Management - Jira and Documentation
- Online Repo and Security - Git (at the moment Code Commit on AWS)
- Site Files - Our React, ColdFusion and other files which make up our site
- Local Scaffolding - The developer environment needed for the devs to do their work.
- Test Server Deployment - An online testing site which was the product of one CI/CD workflow. This is meant to simulate a site where a client or non-dev can see progress or check out features without having to set up a dev environment.
- Production Deployment - This is the production site which is the end product of it's own CI/CD process which serves static files from CloudFront from an S3 bucket while the CF portion is served from a different server, providing that all tests etc pass.
- Production Infrastructure - Issues of scaling, redundancy, db backups, failover etc.
I decided that these could either be Epics or simple Containers. I decided that Containers seemed easier so I went that direction.
Setting Up Confluence
There are many ways to link to Confluence but each of them required having a Confluence Space already set up. I decided to set up the space as if it was going to be an internal facing system. As a result, I created a "Software Project Space" and called it CICDBlog.
Jumping back over to Jira, I clicked on "Pages" and then clicked on the ... icon in the upper right where I could connect the project to my CICDBlog space. Nothing specifically said that I was connected but the list of articles was consistent with what was in the Confluence space.
Final Thoughts
The project is shaping up as is a method of approaching the items. The jira ticket names might also double as blog post titles.
Jumping back over to Jira, I clicked on "Pages" and then clicked on the ... icon in the upper right where I could connect the project to my CICDBlog space. Nothing specifically said that I was connected but the list of articles was consistent with what was in the Confluence space.
Final Thoughts
The project is shaping up as is a method of approaching the items. The jira ticket names might also double as blog post titles.
Comments
Post a Comment