I've been asked to implement a way of handling checklists in jira:
As an example, we have a checklist that we run through for new hires. It contains stuff like Setup and sign contract, Set up domain user account, Supply access card, Company orientation and so on. There are 30+ items on the list. Each item is checked off by a person from one of Legal, Internal IT, HR, Office facilities or Mentor. Some of the items may not be applicable for all new hires (Example: a new sales person will need an account with our travel agent, others do not).
My thought right now is to have a Issue-type for each checklist and somehow create sub-tasks (assigned to Legal, IT etc) based on information supplied at the creation of the issue.
What I like from you is pointers to how to approach/implement this. Are there plugins that could help me? Some smart configuration hints? I know java and have had a brief look at how to build plugins with the atlassian sdk but really would like to solve this without too much programming.