You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Ok when I use a Script Runner Custom field (I initially used a free script cust. field type) to get the project lead for issues - I use the following script:
issue.getProjectObject().getProjectLead().getDisplayName()
1. I do get the project lead for each issue. It works in JQL searches, and I can add it as a column but it sorts on first name - would prefer last name sort. My JQL is: resolution is EMPTY AND updatedDate <= startOfYear() ORDER BY issueProjectLead, project ASC
2. I created it as a free text field. Apparently that is not countable / Statable. Who knew?! Ok, maybe you guys but not me. I can change the context but what kind of field would you use to make a custom field like this one Statable? I need this to use in the pie graph widget. I want to display the number of tickets in this state and sort by Project Owner in a nice display. I can do this by reporter and assignee but not Proj Lead.
Can I do this?