We're using Jira Server, and a user raised a question to me today.
Can we highlight a Jira workflow transition button?
My first thought jumped to "opsbar-sequence" so I reordered the buttons to put them in order of "preference" (i.e., moving the workflow forward instead of backward).
However, while I was editing the transition properties, I had the thought that there may be a property for "button background color" or something similar. Something that could set it apart from the other options, as opposed to just a better ordering of options.
A new thought just came to me based on this question:
Approve could be colored green, and Reject could be colored red. That could be a widely beneficial "use case" based on this idea.
If you you have a Project Role that this criteria (Comments visibile to group 'foo'), then you can certainly query this in the database.
select pname from project, projectroleactor where project.id = projectroleactor.pid and roletypeparameter = 'foo' and projectroleid = '<project_role_id>';
Hey S D,
Sorry, I'm not certain what you're asking, as JIRA terminology can be rather tricky at times :-) There is no project-level view restriction on comments - you can set project-level permissions for adding or editing comments, or set project-level permissions for viewing issues, but for viewing comments there's only a per-comment permission.
I think you're trying to find projects that contain comments that are restricted to an Issue Security Level called "Managers / Developers" - is this correct?
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.