Skip to main content

Learn From Home: Jira Essentials (ft. Hogwarts School)



Jira is a piece of project managing software that can be maintained on-prem on a server, or in the cloud (also, technically, on a server).

It's a busy piece of planning software for software development, with various modes (scrum and kanban) depending on your project.


You can learn the essentials remotely, with a 6-hour course - This is more of a brief, technical overview about using a Kanban board in Jira.

Introduction aside, let's get into the completely fake idea of "Installing Wi-Fi At Hogwarts School of Witchcraft and Wizardry", and see how these boards can help keep me on track.

Edited to add: This blog and the author supports trans women. This was posted before she decided to act that way online.



That's not software!

Don't think too deeply about the logistics of magic and technology.



Below is our board at the relative beginning, with some tasks already there. This is using the Classic Software model, which has a lot of functionality and features and a higher level of control that the next-gen boards do not. They are built for simplicity.


It has already been decided, yes, we want Wi-Fi at this school that predates the Middle Ages. We have already installed the hardware necessary to attach the school network to the local ISP.

I wonder what a magical ISP would look like.




We could get very minute with this, but that doesn't encourage productive flow. A task should be more than 30m but less than 3 days. You can limit the amount of issues in a column.

  1. Backlog is "This can potentially be done."
  2. Selected for development is "Ok, we're definitely planning to do this."
  3. In progress is "We're doing it! We're really doing it!"
  4. Done is "We did it! 🎉 Onto the next one."



The Slytherin Common Room is under the lake. Wi-Fi has a hard time traveling through water. Until a solution is found, this is considered an Issue subtask. You can see the subtle indentation of the second card. Then, I converted it to a Bug Issue by clicking the navigation subdots on the submenu.


Doing that removes it from being a sub-issue. It's a bug related to a specific aspect of the project, but it can only hold one value. Let's convert it back to a sub-issue.



I was wondering "What exactly is the difference between sub-task and issue?". In an 'native English speaker' sort of sense, I understood a sub-task to be a "This has to be done eventually, but it's not a serious problem.", whereas issue may be "This is a non-technical problem that needs to be addressed."

Turns out, they're part of scrum methodology. I thought Jira was simply giving cutesy names to things.

Sub-tasks are "Hey, this needs to be done by Team B, so I'll assign it to them."




That's one problem solved.

'Consider AP for library on 4th floor' is a sub-task of 'Installation of base APs', which, here, means the larger APs accepting traffic from other APs to send to the demarc point and onto the internet.





There are in two different states of completion on the - AP can still be installed while deciding about a certain room.

While they decide on that, let's work on installing APs in one of the tower common rooms. How about Ravenclaw?

You click and you drag to the appropriate column. Good times! What information has already been noted about this part of the project? Click the tile and open the side menu.


Or, to see everything fairly quickly, scroll to 'Activity' at the bottom and hit 'History'

Speaking of work logs, let's check back in with the backlog. Looks like the Slytherin Wi-Fi issue has been solved.


In retrospect, being surrounded by water means less packet-sniffing from passersby, as Wi-Fi signals struggle to swim. This task is marked as Done, and we can move their layout checks to the In Progress column.



We're making headway. Let's check on the library. It's been decided, "No, we don't need Wi-Fi in the library.", which is probably the #1 place to find Wi-Fi everywhere else in the world. I guess if they've gone without it for 2000 years, it's not that vital.

I get the message "You're about to permanently delete this issue, its comments and attachments, and all of its data. If you're not sure, you can resolve or close this issue instead.". I see 'delete' and 'clone', but not 'resolve' (it's usually reserved for bug issues. Thanks Heather Ockenhouse!)



I haven't found the other options mentioned, I'll move it to Done.

Since there is no recorded incident of letter-carrying owls being affected by wireless signals, the APs are installed in Ravenclaw Tower. They will be monitored in the upcoming days for irregularities. If all is well, we can install them in Gryffindor Tower too!

Hufflepuff Common Room is also underground, but closer to the surface and not near water like Slytherins. However, they are near the kitchens, and we know a variety of materials can interfere with signals. Let's see how the first dungeon common room works with wi-fi first.




Clearly, this is all extremely rhetorical. I have barely scratched the surface with Jira's project management boards. I do want to point out things I liked:

  • A next-gen board would probably have suited my purposes more. Installing hardware is a different kind of complexity than creating software, and a lot of these features, while very cool, were not totally necessary for this project.
  • I've often been annoyed with the names SaaS and cloud providers give their offerings. Nearly everything named here is reasonable, and clear to understand its purpose. Even the slightly odd ones like 'Epic' (large issues) and 'story' (slightly less large issues) - You get the gist with a simple explanation.
They (Epics) look like this!

  • There are so many search and filter options (Depending on your board choice) with a relatively simply syntax.
  • I had to stop and ask myself "Would Wi-Fi affect ghosts?", and I still don't have a definitive answer. What do you think?

Here's a talk-through demo I gave in a Zoom meeting (Thanks Joanna Udo!)



This is pre-JKR being transphobic. I hope it doesn't stop you from sharing this post! If so, I totally get it.

Comments

Popular posts from this blog

Connecting IoT Devices to a Registration Server (Packet Tracer, Cisco)

In Packet Tracer, a demo software made by Cisco Systems. It certainly has changed a lot since 2016. It's almost an Olympic feat to even get started with it now, but it does look snazzy. This is for the new CCNA, that integrates, among other things, IoT and Automation, which I've worked on here before. Instructions here . I don't know if this is an aspect of "Let's make sure people are paying attention and not simply following blindly", or an oversight - The instructions indicate a Meraki Server, when a regular one is the working option here. I have to enable the IoT service on this server. Also, we assign the server an IPv4 address from a DHCP pool instead of giving it a static one. For something that handles our IoT business, perhaps that's safer; Getting a new IPv4 address every week or so is a minimal step against an intruder, but it is a step. There are no devices associated with this new server; In an earlier lab (not shown), I attached them to 'H

Securing Terraform and You Part 1 -- rego, Tfsec, and Terrascan

9/20: The open source version of Terraform is now  OpenTofu     Sometimes, I write articles even when things don't work. It's about showing a learning process.  Using IaC means consistency, and one thing you don't want to do is have 5 open S3 buckets on AWS that anyone on the internet can reach.  That's where tools such as Terrascan and Tfsec come in, where we can make our own policies and rules to be checked against our code before we init.  As this was contract work, I can't show you the exact code used, but I can tell you that this blog post by Cesar Rodriguez of Cloud Security Musings was quite helpful, as well as this one by Chris Ayers . The issue is using Rego; I found a cool VS Code Extension; Terrascan Rego Editor , as well as several courses on Styra Academy; Policy Authoring and Policy Essentials . The big issue was figuring out how to tell Terrascan to follow a certain policy; I made it, put it in a directory, and ran the program while in that directory

Building, Breaking, and Building A CRM with Retool

 I like no- or low-code solutions to things. I've often wanted to simply push a button or move some GUI around and have the code implement itself.  I've thought about building something that's like a customer relationship management (CRM) system for keeping up with my network better than my little spreadsheet where I click links and then go like something. The general idea in this CRM Development is:  To have a GUI to add people to a NRM (Network Relationship Management).       Attach it to a database (MySQL is what I went with eventually using Amazon Relational Database service, but you can use PostGRES, and probably others).     Make sure components are connected to each other in the retool interface. This video is a good start. Watching the tutorial video, heard some SQL commands and went 'Oh no 😳" before going "Wait I know basic SQL", which is good, because you'll see.  When you get set up, there's a plethora of resources you can use -- Incl