Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

When using Jira Issue/Filter to bring in a checklist, @mentions do not show user name.

Rita K Landis July 13, 2023

Checklist text field shows @ and log ID number. Checklist text (read-only) shows @ ***

Is there a way to display the user name?

1 answer

1 accepted

1 vote
Answer accepted
Wojciech Wardaszko
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2023

Hi @Rita K Landis

I assume you're using either Issue Checklist for Jira Free or Pro - the Checklist Text field looks very familiar :)

I'm from HeroCoders, the team behind those two apps (among other things). 

I need to tell you that Checklist Text field is a human-readable reflection of what we have stored about your checklist on our server. 

Because we do not store user display names on our servers for privacy reasons, it's impossible for those fields to show you the names you'd like to see.

When you use our app, we send the IDs to your Jira and the UI uses a Jira feature to replace the ids with display names. We never see those display names, so we cannot save them to the custom fields like Checklist Text.

There is a possible workaround that I've just tested, however.

You can create another custom field of type Paragraph with Wiki Style Renderer selected (here's a thread on how to configure a renderer for a custom field) and use an automation rule to translate the ids into display names when the rule saves the Checklist Text to that new field.

Here's how I did it:

Trigger - Issue edited -> field to monitor for changes: Checklist Text  (if your checklist are not clicked all the time or if you really care about real-time changes) or Scheduled (if you're not in a hurry and can have a defined delay in data accuracy)

Condition:
Issue fields condition: Checklist text is not empty - for performance reasons

Action:
Edit issue:

Field to edit: The new Paragraph field. I called mine Checklist Text with display names, but that's a mouthful.

Value for the field:
{{issue.Checklist Text.replaceAll("@([^\s]*)","[~accountId:$1]")}}

When this rule is executed on an issue, the new field will display the user name properly, like this:
Checklist Text with display names.png

I hope this helps! Let me know if you run into any problems. You can ping me here or reach out to our support team and ask for me specifically via our service portal.

Cheers!

Rita K Landis July 14, 2023

Yes, we have Issue Checklist for Jira Pro. I was going to post on your support, but thought it was a Confluence thing. 

I really appreciate the help, give it a try.

Thank you!

Like Wojciech Wardaszko likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events