Connector Creation & Edit page



Filtering Connector data

 

Filter (board)

On the connector creation page, we have implemented the ability to add your board's filter.

Your board's filter is an issue filter (a JQL query) that specifies which issues are included on your board. It can be based on one or more projects, or custom JQL depending on your needs.
For example, your board may include issues from multiple projects, from only one project, or a particular component of a project.

You can save issue searches as filters, add this filter to your connector, and export filtered data.


Filter by JQL

The JQL allows filtering data by issues. And, in turn, helps you find what you’re looking for much faster.

For example, if you wanted to find all unplanned issues, you could search for issues with a status field that is not closed, and with empty fields for epic links and fix versions.

Or if you needed to figure out if your project has scoping problems. You could narrow your search for issues that are not closed in the current sprint AND that were previously assigned to another sprint. This would tell you how many issues were out of scope in the last sprint and couldn’t be completed.

For customer comfort, we implemented AUTOCOMPLETE JQL as in JIRA to our plugin. Just start writing the first letters and get hints. This will greatly simplify and speed up your work.

 


Export Calendar Issues

With this functionality you can control the period for which you want to export data

 


Search field

This field helps you to find the right fields for uploading data. You only need to enter the first few letters of a word and the needed fields will be highlighted.