Hi everyone,
after some searching I can't find a solution for the following:
I want field assignee be set to core field "project lead" (from project settings). But "Project Lead" is not in the issue fields selection and I cannot identifiy the id of "project lead" in the usual way.
I am very curious about your responses.
Thank you.
Hi @Anette Noll
if I udnerstand correctly, you're trying to automatically assign issues to the project lead of the project, correct?
Using JMWE's Set Issue FIelds post function, the value would be:
{{issue | projectInfo | field("lead.accountId")}}
However, you can also simply set the default assignee for the project to the Project Lead (in the project settings.
As for hiding the Assignee field on the Create screen, you need to update the Create screen associated with your project, which is configured in the Screen Scheme. You might need to create a new screen if your screen scheme currently uses the same screen for creating and editing issues. Then on your Create screen, simply remove the Assignee field.
thank you so much. It is just the expression I need!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Anette Noll ,
You can make use of inbuilt post function "Assign the issue to the lead developer"
i.e. the post function will assigns the issue to the component lead, if one exists, or to the project lead.
It also assigns to project lead if the ticket does not have any components selected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Anette Noll
thanks for your question. I'm not quite sure if you can use smart values in such a post function. Is this a third party addon?
Is there anything against setting the value via automation rule?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
post functions in Jira are located "on" the arrows in a workflow.
edit a workflow, click an arrow and you get the small window where you can i.e. set the transition screen. Also visible is the link towards the post functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kai Becker
thanks for response.
Yes, we use JMWE.
As we have the standard license and as far as I know number of free automations are limited in this case, I would like to avoid this way.
But anyway I just recognized on the project settings side that Project lead is default assignee, when creating issues for the very project. So I wonder if there is a possibility to hide the assignee field in the create screen?
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.