is it possible to have the row colors in the project issue table or in a custom view change according to the priority set on each ticket?

Comments

dww’s picture

Priority: Major » Normal
Status: Active » Closed (works as designed)

Yes. You can do this completely in CSS, since project_issue is already providing priority-based CSS classes on the <tr> for the issue view tables. See it in action by inspecting the HTML source for a page like https://drupal.org/project/issues/project_issue and find the classes like "priority-4" or whatever.

Enjoy,
-Derek