Filtering issues by sprint in the IntelliJ / PHPStorm Jira connector

Andrew Berry June 24, 2014

I've set up the Jira plugin in PHPStorm, and I can view issues in it. However, I can't seem to filter issues by what's in the current sprint. I was hoping to at least filter issues that way, or even better view the actual swim lanes in PHPStorm.

I didn't see any mentions of sprints in the docs, and the "Usage FAQ" is empty. What am I missing?

https://confluence.atlassian.com/display/IDEPLUGIN/Usage+FAQ+for+the+IntelliJ+Connector

1 answer

1 accepted

2 votes
Answer accepted
Caleb Pagel October 30, 2014

Using PHPStorm 8 - there is a work around.  Create a saved filter in the Advanced Search on the web application and specify the following search criteria -

sprint in openSprints()

After you save the filter on the web side, re-sync within the Atlassian plugin.  The saved filter should now showup in your Saved Filters list and you can use it within PHPStorm

In Web:

savedfilter in web.png

In PHPStorm:

savedfilter in phphstorm.png

This should give you any filtering you need.

Suggest an answer

Log in or Sign up to answer