Currently, the only project I have in Jira is our software project where we conduct sprints to track releases and manage the development of our software.
I have a support staff as well that provides customer support to our users and handles tickets and questions that the users have. What I want to do is figure out a way for the support staff to create and manage tickets (primarily bugs), but I don't want them to add issues to the software project itself because I don't want the project to become filled with random bugs. One reason for this is because they might be reporting a supposed bug with data, but after further review, it's not a bug so the ticket is turned down and I do not create one for the dev team to work on.
Would creating a second project specifically for the support team be the best way to handle this? If it is, how would I transfer the tickets over to the dev project for them to work on?
If you have an isolated team performing bug triage, then yes it makes total sense to separate that out on a unique project. This is something I have done with previous projects as well. If a bug elevates to the level where it should be transitioned to the dev team, you could go a couple of routes:
My personal preference is option 1 because I like to preserve the isolated activity between projects, but either option will get the job done.
@Mark Segall I'm having issues figuring out how to clone to another project. It just seems to clone within the same project.
I do see a move, and I read something that it's a 2 step process to clone and then move the issue. Could you confirm that? Also, I've set up basic automation on my main software project, but do you know of any guides to connect both project via automation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apologies - Yes with native clone you would need to perform an additional move action on top of it. There are 3rd party apps on the app store that will provide more advanced cloning capability.
Without spending the extra money and avoiding several extra clicks to clone and move, automation would be the best route. Here are some tips:
Project Scope - You want your rule to be set to multiple project and add both of your projects to the scope (see an example below)
Rule - For simplicity, here's what I recommend:
Here's an example (note the red box is critical:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry somewhat of a noob when it comes to Jira, but does this automation need to be in my bug tracking project or in my software project, or is there some global automation I can use?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes this would be set in global automation. You can navigate from the settings menu System >> Global Automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mark Segall so I've now set up the rule just like your screenshots, and I get the following error when running the rule.
I did manage to get the rule to run by changing the issue type from "Same Issue Type" to "Bug", but I don't want it always as a bug - I would like it to be the same issue type in case there are feature requests in the future. I also made sure that both projects had the same exact issue type, and that still caused the same error.
The last thing I tried which resulted in the same error was changing the Issue Type to "Same issue type as trigger".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Colton Carnevale - Do you know if these projects are set up as company-managed or team-managed projects?
Hopefully this is the case as it may just be an additional configuration step missing like making sure the desired issue types are captured in the respective issue type scheme.
These types of projects are a little more tricky for cross-project automation. Even though they may be called the same thing, each team-managed project has a unique Issue Type IDs, which is what the automation is using behind the scenes.
If these are team managed projects, the simplest approach is to set everything with a default issue type and then have your dev team change it accordingly. I know that this is not ideal. Otherwise, you could:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mark Segall Sorry I missed this! Looks like my project is a Team Managed project. Seems silly Jira would be set up like this, but it is what it is...
I'll think about the options. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.