We are trying to track our product requirements in JIRA, and have a project where each JIRA issue is a distinct feature. We now want to break down these features into numbered requirements that can be traced through development and test and are looking for a way to get them automatically numbered through a custom field.
So, if the parent feature is FEAT-123 we would like to create sub-tasks under this feature and have a custom field that is auto-populated with FEAT-123.1, FEAT-123.2, etc, so we would end up with:
FEAT-123
- FEAT-133 (with custom field value FEAT-123.1)
- FEAT-134 (with custom field value FEAT-123.2)
- FEAT-141 (with custom field value FEAT-123.3)
Is anyone aware of a custom field plugin that can achieve this, or can someone help us create a plugin to achieve this (we have little or no JIRA plugin development experience).
Alternatively is anyone else using JIRA to manage and auto-number requirements in a different way that removes the need to mess with custom fields?
Thanks!