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.
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.