I am visualizing our project portfolio in a JIRA structure.
Next to the project key I'd like to show in a separate column the name of the per project defined "project lead"... (the project lead which is set per project in JIRA).
To basically show who is the responsible person per project.
Thanks in advance!
Rupert
Hi @rupert_schreder ,
This is going to depend if your Jira instance is hosted onprem or cloud.
IF it you are onprem hosted, you can use a formula column with the following as the formula:
project.lead
It makes use of the Property Reference for the Project item.
On cloud, this property is not available (yet).
To check if you are onprem or cloud hosted:
If you see "Show Generators" at the top of your structure, you are on cloud
If you see "Automation" at the top, you are hosted onprem
Hope this helps!
Best,
David
clarification
project.lead will work if you are looking for the project lead at the issue level.
this.lead will work if you are looking for the lead at the (group by) project level
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.
Project Lead is not a custom field as such.
If you need to display the project lead in the columns of jira structure then you need to copy the value of project lead into the some other user picker or text field ( create separate field if its not present) and then add that custom field on jira structure column
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for feedback, no other possibility? I mean I do not talk about a custom field on issue level, this has to work on project level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But in jira structure you are displaying issue hierarchy and in the columns you are displaying custom fields related with issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not me, I am displaying separate JIRA projects (~20 projects)..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you send me the screenshot where you are displaying this project
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.