vote up 2 vote down star

My company has been using JIRA as a requirements tracking tool as well as a bug tracker, and it's been working pretty well while we've been working on one project at a time.

We now have a scenario where we have three different project proposals whose requirements partially overlap (e.g. requirement 1 applies to projects A and B, requirement 2 applies to projects B and C, etc.). I'd like to be able to enter a single JIRA issue for each requirement, but that doesn't appear to be possible since JIRA issues and projects have a one-to-one relationship.

Has anyone found a way to do this in JIRA, or maybe with some other tool that integrates with JIRA ?

flag

4 Answers

vote up 2 vote down check

While there's no single correct answer, I can offer an idea. I don't have enough information about your work process, but you mention that you have project proposals. So I'm assuming projects A, B and C are in early stages. Requirements gathering and such, no bugs yet.

Set up a single JIRA project, say, "Early Requirements". Put all the requirements for projects A, B and C into that JIRA project. To allow many-to-many relationship between requirements and real projects, set up a custom field of type "multiple checkboxes" or equivalent, and configure "project A", "project B" and "project C" as its values. For any requirement you can check which project it applies to.

Now - and I am making more assumptions here - let's say some proposals move on and some die away. You will need a process to a) extract all the requirements for real project A into a newly created JIRA project for A - this can be done via search & bulk clone issue; b) purge all requirements that have no live project associated with them - search & bulk delete.

Caveats: if you need to share requirements with different customers, it will get tricky. Permissions are configured per JIRA project & issue type.

Having said all that, JIRA lacks features for decent requirements management, such as baselines and traceability. But it may be ok for just collecting data for further work.

link|flag
Thanks, that's an interesting idea; I'd really prefer to have the requirements issues in the projects they relate to, but I'm going to see how your suggestion works out. – gareth_bowles Oct 7 at 17:52
vote up 0 vote down

Another approach is create a multi-select custom field with hyper links (like 'XYZ-123') to issues as options.

link|flag
vote up 0 vote down

You're probably better of using confluence in addition to jira, in this case.

Use Jira for what it's best at, and use Confluence for everything else.

Divide your various projects into shared "sub modules" if you feel that is useful, however I would be inclined to suggest using Jira mostly for tracking actual implementation and associated bugs.

link|flag
We have Confluence and use it extensively for free-form documentation such as initial requirements gathering and discussion, but Confluence isn't suitable for the detailed requirement tracking that I need to do. – gareth_bowles Oct 7 at 17:51
Still, one can do alot of crazy stuff with confluence macros... And you can refer to jira tasks from it. – Arafangion Oct 7 at 23:32
vote up 2 vote down

We use the "duplicates" or "relates to" function of jira.

So you raise an issue in each project, but you relate them together. That way you can have one issue "owned" by a project and you can close out all related projects once the changes are tested on each.

You could even use depends on linkage if this makes sense in your project setup.

link|flag
Thanks for the answer - I slightly prefer Sereda's suggestion, but I may give yours a try if it doesn't work out. – gareth_bowles Oct 7 at 17:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.