I've been looking at JIRA & we need to start marking who is a VIP in the company and setting a priority for them if they raise an issue?
If I understand your requirements and if you are trying to do this for JSD then you could use Automation.
Custom Rule
When: Issue Created
If: Issue Matches, Reporter <list or group>
Then: Edit Issue, Priority
I would create a group (VIP) and add users to the group as it would be easier to report (dashboard/filter) on the VIP group.
If you wanted you could even create a unique priority intended for VIP only depending on your needs.
The user accounts don't support that.
You could put a user property on the accounts, but it wouldn't be visible generally. You might be better off putting them into a group though.
However you do it, you'll need to write code to pick up the indicator and set the higher priority.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Doy uo happen to know what that script would be? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll need to define what you want to do before you can write it.
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.