Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the "Best Practice for Sharing Bug Information across multiple Jira Projects?

DSell
Contributor
July 13, 2022

Scenario: A code block is used across five Jira projects and customers. In project 1, customer A identifies a bug and creates a bug ticket within that Jira project. The need is to ensure this is fixed in the other four projects.

There have been multiple internal suggestions for this, and I was wondering how others suggest this is handled.

A suggestion I hear a lot from the engineers is to create four bug ticket clones and then move one clone to each of the other projects. I see several apparent problems with this one.

Thoughts?

2 answers

0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 13, 2022

Hi @DSell 

I can think of a couple of approaches. One is to do the clone thing as you describe in your question. However, I would link all of the tickets together when they are cloned using automation. Then setup another automation rule that when one of them transitions to another status then all of the others transition with it. That way everyone sees who is working on the bug and the status it is in.

The other option, and I believe better one, is to use a single board that shows bugs from all of the projects. Then I would add a custom field - probably a checkbox type field - with each of the projects affected by the bug. Then you could add quick filters to the board based on each project to quickly only see bugs affecting that project. 

DSell
Contributor
July 13, 2022

@John Funk I think I like your second option. Instead of using a new custom field, could the "affects version" field be used for this? Assuming that each project has, its own unique version naming.

Like John Funk likes this
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 13, 2022

Yes, that should work. 

0 votes
Craig Nodwell
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 13, 2022

Hi @DSell couple questions.
Do you have integration between Jira and the version control system?
Does the bug(s) have to be fixed in multiple code repositories?
When a bug ticket is logged does it always follow that pattern of fix in 5 projects, or are there exceptions?

DSell
Contributor
July 13, 2022

Hi @Craig Nodwell 

  1. Do you have integration between Jira and the version control system?
    1. No integration between Jira and GitLab yet.
  2. Does the bug(s) have to be fixed in multiple code repositories?
    1. Same Gitlab repository (I think)
  3. When a bug ticket is logged does it always follow that pattern of fix in 5 projects, or are there exceptions?
    1. There are expectations, such as project-2 may have a customer that does not want the fix or wants it fixed differently.

Suggest an answer

Log in or Sign up to answer