You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How might you architect this?
We typically have about 20 active job-sites with 20 to 100 persons assigned to each job-site. Jobs last from weeks to years, and as a job ramps up/down the manpower requirements change. Sometimes an employee simply wants to request a new assignment due to personal issues, or location. Sometimes the job assignments come from the site Superintendent or administratively from the region General Superintendent.
Currently the General Superintendent keeps a Kanban type board up in his office whereon each "Card" is a person's name, title. Some specific skills are iconized with colored dots; org structure hierarchy (Apprentice, Journeyman, Foreman, Superintendent, etc) determines the card background color.
I'm would really like to build a JIRA Kanban board with similar features, but I'm struggling with the architecture. In this model each Person maps to an Issue. Title, Skills map to custom fields. Title is a Single Select Option. To color the cards may be possible with ScriptRunner or some such. Job-Site however would be a Status in a Workflow.
We would need to use the API to create and update each person, skills, title, and job assignments. We would need to create a new workflow every time a Job-Site was added or removed, and then assign that new workflow to the project, and remove the previous workflow.
What other complications do you think this might idea might experience in implementation?