Recent Releases of https://github.com/caleb531/jira-for-alfred

https://github.com/caleb531/jira-for-alfred - v2.10.0

  • Replaced the deprecated Jira Cloud JQL search endpoint with the newer endpoint (#8)
  • Closed issues are now excluded from the results when searching by summary
    • Looking up an issue directly will still return that issue, regardless of its status

- Python
Published by caleb531 10 months ago

https://github.com/caleb531/jira-for-alfred - v2.9.0

This release adds a few welcome contributions from @Avivbens (#4): - Added issue status in parentheses to the end each result subtitle - Removed "(view in Jira)" suffix from result subtitles (to reduce clutter) - The workflow now keeps the Alfred window open after you actioning a result in case you want to open multiple issues at a time. You can hit the Escape key to close it, or tweak the workflow objects if this new behavior ever gets annoying.

- Python
Published by caleb531 12 months ago

https://github.com/caleb531/jira-for-alfred - v2.8.0

New Features

Support for on-premise users

If you are an on-premise user using the 9.12.x LTS datacenter/server edition of Jira, then enable the Use Jira 9.12.x LTS configuration option within the workflow's settings. This should fix any errors with loading issues.

Quicker issue lookup for single-project setups

If you only have a single project for which you wish to look up issues, then specify the project key in the Prepend Number-Only Queries with Project Key configuration option within the workflow's settings. This will allow you to specify number-only queries (e.g. jira 123), and the project key will automatically be prepended (with a dash) to the number you specify.

For example, if you specify PROJ as your project key to prepend, then type jira 123 into Alfred, the issue PROJ-123 will be retrieved.

Other Improvements

  • Improved messaging when an error occurs
  • Cleaned up documentation in README; added screenshots

- Python
Published by caleb531 about 1 year ago

https://github.com/caleb531/jira-for-alfred - v2.7.0

  • The Recent Issues view is no longer restricted to the projects you have selected in the workflow configuration
    • This change ensures that you can see all issues assigned to you, regardless of which project they belong to
  • The workflow catches and displays errors within the Alfred UI

- Python
Published by caleb531 about 1 year ago

https://github.com/caleb531/jira-for-alfred - v2.6.0

  • Rewrote icon system to support all available Jira SVGs for issue types
  • With this change, custom PNG icons for Jira issue types no longer render; the Jira logo is displayed instead

- Python
Published by caleb531 over 1 year ago

https://github.com/caleb531/jira-for-alfred - v2.5.0

  • Added icons for the following issue types:
    • Security Task
    • Release Content

- Python
Published by caleb531 over 1 year ago

https://github.com/caleb531/jira-for-alfred - v2.4.0

  • Update workflow icon to the redesigned Jira icon by Atlassian

- Python
Published by caleb531 over 1 year ago

https://github.com/caleb531/jira-for-alfred - v2.3.0

  • 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

- Python
Published by caleb531 about 2 years ago

https://github.com/caleb531/jira-for-alfred - v2.2.0

  • 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

- Python
Published by caleb531 about 2 years ago

https://github.com/caleb531/jira-for-alfred - v2.1.0

  • The jira keyword will now display recently-worked-on issues if you have not yet typed a search query

- Python
Published by caleb531 about 2 years ago

https://github.com/caleb531/jira-for-alfred - v2.0.1

  • Fixed a small bug where trailing slashes were not properly stripped from the end of the Account Base URL

- Python
Published by caleb531 over 2 years ago

https://github.com/caleb531/jira-for-alfred - v2.0.0

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.

- Python
Published by caleb531 over 2 years ago

https://github.com/caleb531/jira-for-alfred - v2.0.0-beta.1

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.

- Python
Published by caleb531 over 2 years ago

https://github.com/caleb531/jira-for-alfred - v1.1.0

  • 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)

- Python
Published by caleb531 over 2 years ago

https://github.com/caleb531/jira-for-alfred - v1.0.0

  • 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

- Python
Published by caleb531 over 2 years ago

https://github.com/caleb531/jira-for-alfred - v0.1.0

  • 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

- Python
Published by caleb531 over 2 years ago