Forums

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

How to filter Acceptance Criteria Checklist assignee

Bernhard
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 2, 2025

As JIRA user,
i want to filter for issues where I'm assigned to a acc,
in order to create an overview of my open acc in issues in which I'm not the issue assignee.

2 answers

1 vote
Jason U
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.
November 3, 2025

Hi @Bernhard,

It sounds like your checklist items aren’t managed through an app (like HeroCoders’ Acceptance Criteria for Jira), but rather stored manually — for example, as notes in the description or a custom field.
If that’s the case, Jira can’t detect those “assignees” as actual user fields, which is why JQL filtering doesn’t work.

Here are two practical ways to structure this in native Jira:

  1. Use Custom Fields for Responsibility Tracking
    You can create dedicated custom user fields, such as:

    • Design Owner

    • Development Owner

    • Testing Owner
      This way, each field can have a different assignee for the same issue, and you can easily filter them in JQL — e.g.:

    "Development Owner" = bernhard
  2. Use Sub-tasks for Each Acceptance Item
    If each checklist item represents a real piece of work, you can convert or create them as sub-tasks.
    Each sub-task can then have its own assignee, status, and due date.
    You can even automate this using Jira Automation — for instance, when an issue is created with certain labels or templates, Jira automatically generates predefined sub-tasks like Design, Development, Testing, etc.

Both of these options allow you to build proper filtering and reporting later, without depending on add-ons.

Jason U
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.
November 3, 2025

One quick follow-up: if your Acceptance Criteria Checklist is powered by a specific app (or any extra feature), could you mention which one?

Once we know the app, we can give a precise filter or workaround.

0 votes
Valerie Knapp
Community Champion
November 3, 2025

Hi @Bernhard , thanks for your post.

Is the Acceptance Criteria Checklist inside of the description or are you using a plugin for this? How do you know you are assigned to the Acceptance Criteria Checklist? Are you mentioned with the @?

Best wishes

Suggest an answer

Log in or Sign up to answer