"Your Issues" shows "Unassigned issues"

Issue #134 resolved
Daniel Skates created an issue

When I open the "Your Issues" dialog, it shows issues that are unassigned.

(This may be due to me being the admin user for this project - unsure if this is the intention)

It would be nice to filter out “unassigned” issues by default. This can be worked around by specifying a Custom JQL in Atlassian Settings within VSCode.

Comments (9)

  1. Daniel Skates reporter
    • edited description

    When I open the "Your Issues" dialog, it shows issues that are unassigned.

    (This may be due to me being the admin user for this project - unsure if this is the intention)

    It would be nice to filter out “unassigned” issues

  2. Daniel Skates reporter

    When I run the following Custom JQL in the extension:

    assignee = admin AND project = SomeProject AND status != Backlog AND status != Done

    It displays issues that are not assigned to me

    In Jira web, it displays the correct number of issues

  3. Nick Rundquist

    @danielskatesbhp, this definitely isn’t the intended behavior. What happens when you run the query assignee=currentUser() and project=SomeProject and resolution = Unresolved and statusCategory != Done` in Jira web?

  4. Nick Rundquist

    Thanks, that helps narrow it down. Another question, are any of the issues showing up incorrectly assigned to an epic?

  5. Daniel Skates reporter

    Yep exactly!

    It appears to be all issues under epics where I have at least one issue

    As a side note, seeing the related Epic (or Task for Subtasks) is useful, however, being cluttered by all the other issues isn’t

  6. Nick Rundquist

    We just released version 1.4.0 of the extension which should fix this issue. It requires VS Code 1.31.1 if you haven’t already updated.

  7. Log in to comment