Currently, once project lead is assigned, all the open tickets automatically get assigned to him/her.
We do have multiple help areas and each help area has its respective assignee. Any way to assign each assignee depending on the help area?
Welcome to the Atlassian Community!
Jira does have some automatic assignee functionality - the projects have a simple setting at the top level for defaulting to either unassigned or the project lead.
If you're defining your "help area" with components, you can go further. Components can have a "component lead" assigned, and have new issues default to being assigned to the component lead.
If Components isn't for you, then you'll need to start looking at Automations ore scripting.
Thank you for the information. Btw, I am having three different help area as you see below, so I created each area as component and assigned component lead respectively.
When I submitted a test ticket, it doesn't show the assignee for each component. Would you please explain why? Maybe something missing at my end?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How are you "creating each area as a component"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just created them clicking 'Create component' button and designated assignee as needed. Maybe I am wrong. Please instruct me the right way to do. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that's the components and component leads in the project, but how are you tying each "area" to a particular component?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh, ok! I was stuck on how you'd done it, but if you haven't, that makes sense!
So there's a bit of an essay here, and some uncertainty, but please bear with me.
Starting with your help centre screenshot, the process that appears to happen for raising a new item is:
So my first instinct would be to set the component automatically, with a script or automation. If they select "general", stick "general" on the issue behind the request.
Problem with that is I do not know if the assignee is then set before or after your automation or script runs.
If it's after, this should work fine. If it is before, I'm afraid you might have to scrap the component idea, and hard-code a particular user into your script or automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry, I use "script or automation" quite a lot.
I work for an Atlassian partner who sell the biggest scripting app for Jira in the marketplace, but I try not to advertise when I'm answering questions - it might be the right app, but it might not, and I'd rather not sell stuff when it's not right.
Anyway, it's not "script oF automation", it's "script oR automation". A script is something an app provides to do clever things you can't do in the Jira UI. An Automation is much the same, but Atlassian include Automation in the Cloud product (and it is available for Server in a different form)
So, a more exact answer depends on your platform. You've said "unknown" in the tags when you raised this, but it would be very useful for us to know if you are on Cloud or Server (or DC). There is a simple test - are you using Jira on a URL that is <something>.Atlassian.net ? If you are, it is Atlassian Cloud. If not, it is server or dc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry, but all Jiras run on a url, even ones restricted to a single machine.
Could you tell us if it is on <something>.atlassian.net or some other url?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, great, that's Atlassian Cloud.
So, go into the project and look for the configuration settings. Specifically, look for Automation in there.
You'll be able to build rules like "when an issue is created, look at the issue type and set a component based on which issue type it is". Or, possibly more likely to work and be more controllable, "when an issue is created, look at the issue type and mail someone depending on which issue type it is"
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.