This is an odd one and really I'm guessing I'm asking where to strat on investigating rather than an answer (although it would be great if someone had one!)
The workflow step "passed" has a JQL condition, using groovy runner, to display only if this filter is matched:
"issuetype = "Test case" AND "Test Failed against browsers" is EMPTY"
However I have one user who cannot see "passed" unless I disable the condition. All other users can see "passed" when the condition is matched. Nothing in the "atlassian-jira.log" I can see. I've double-checked that it is this condition causing the issue.
Any suggestions?