Skip to content

Releases: caleb531/jira-for-alfred

v2.3.0

30 Apr 23:35
c400f71
Compare
Choose a tag to compare
  • The workflow now bypasses your restricted projects setting if you look up an issue by its exact key (e.g. ABC-1234)
    • This means you can look up an issue outside of the projects you specify in configuration if you know its exact key

v2.2.0

27 Apr 20:36
54c1dea
Compare
Choose a tag to compare
  • Added the ability for you to configure the maximum number of search results
    • See the new "Maximum Result Count" option in the workflow's configuration
  • Fixed a bug where the icon for subtask results would not render

v2.1.0

26 Apr 23:02
6770a35
Compare
Choose a tag to compare
  • The jira keyword will now display recently-worked-on issues if you have not yet typed a search query

v2.0.1

08 Feb 23:23
8b11749
Compare
Choose a tag to compare
  • Fixed a small bug where trailing slashes were not properly stripped from the end of the Account Base URL

v2.0.0

12 Jan 04:17
a470781
Compare
Choose a tag to compare

Jira for Alfred v2 is the next major release of the workflow, with extensive architectural changes and welcome fixes. The end-user API is still the same—a single jira keyword within Alfred. The most significant change is that the search algorithms have been rewritten from the ground up to be JQL-based, which exposes new capabilities and makes the search experience more predictable.

No new changes since v2.0.0-beta.1

New Features

Access to all issues, not just those previously-viewed

This new JQL-based architecture solves a longstanding annoyance where the workflow could only find issues that your Jira user has previously viewed; now, the workflow can find any issue you have access to, regardless of whether or not you've viewed it. For convenience, however, the workflow still lists previously-viewed issues above issues you haven't viewed at all.

Restricting searches to specific projects

You can now optionally restrict your search to one or more projects using the Restrict to Projects configuration option within the workflow's settings). This provides another way to cut down on the number of issues you might be presented with.

To use it, enter a comma-separated list of project keys (e.g. if you want tickets like ABC-123 and DEF-234, then enter "ABC, DEF" into the field). If you leave the field blank, then you get the default behavior of searching across all projects your Jira account has access to.

v2.0.0-beta.1

30 Dec 01:49
50e9e1e
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

This is the first beta for the next major release, with extensive architectural changes and welcome fixes. The end-user API is still the same—a single jira keyword within Alfred. The most significant change is that the search algorithms have been rewritten from the ground up to be JQL-based, which exposes new capabilities and makes the search experience more predictable

Access to all issues, not just those previously-viewed

This new JQL-based architecture solves a longstanding annoyance where the workflow could only find issues that your Jira user has previously viewed; now, the workflow can find any issue you have access to, regardless of whether or not you've viewed it. For convenience, however, the workflow still lists previously-viewed issues above issues you haven't viewed at all.

Restricting searches to specific projects

You can also now restrict your search to one or more projects using the new Restrict to Projects configuration option within the workflow's settings. This provides another way to cut down on the number of issues you might be presented with. If you leave the field blank, then you get the default behavior of searching across all projects your Jira account has access to.

v1.1.0

05 Dec 23:32
f24f8ef
Compare
Choose a tag to compare
  • You can now hold down the Option key when choosing a result to copy that issue's URL to your clipboard
  • Sub tasks are now included in the results (whereas there were previously omitted)

v1.0.0

05 Dec 01:56
dac6ac0
Compare
Choose a tag to compare
  • Official stable release
  • The run behavior of the workflow has been tweaked to feel more responsive when typing
  • Switched from Option to Shift as the modifier key for copying the summary of the selected issue
  • Switched all icons from PNG to SVG for a smaller bundle size

v0.1.0

04 Dec 21:59
969ba3f
Compare
Choose a tag to compare
  • Initial in-development release; things may break in future releases, but the workflow is fully functional. Publishing this for others to give it a try