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.
How do you designate a user is a contractor with company name in a way that is searchable in Jira.
We have a team that needs to run reports on distribution of work between contractors from company x and company y and our team members. Previously they were able to accomplish this since the company name was added to the display name. The display name standard was changed in our company and the display name no longer contains the company name.
How do you keep track of your contractor accounts and the companies they work for? In a way that is searchable in Jira?
The Identity team here would like to use the organization attribute. From what I remember that is only available in the JSM projects. Can anybody tell me if organization is available to be searched in Jira software projects? Assignee in organization("org name")
I did check with the JQL and it does find JSW projects issues too in search if I use assignee in organizationMembers("org name").
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
consider using Groups. Add the user to the 'contractor-grp'. Use the group in your filter, e.g.
assignee in membersOf("contractor-grp")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Organization is a JSM feature. The closest similar feature in JSW is groups.
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.