Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefgen/icu-tickets-on-master
Script to generate list of tickets on ICU master since the last release
https://github.com/jefgen/icu-tickets-on-master
Last synced: about 2 months ago
JSON representation
Script to generate list of tickets on ICU master since the last release
- Host: GitHub
- URL: https://github.com/jefgen/icu-tickets-on-master
- Owner: jefgen
- License: other
- Created: 2018-09-18T23:23:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T00:57:03.000Z (over 6 years ago)
- Last Synced: 2024-10-26T06:51:22.587Z (about 2 months ago)
- Language: Perl
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ICU Tickets on master
## Description:
This script generates a list of JIRA tickets made on the ICU '`master`' branch since
the last maintenance release (tagged with '`latest`').It should be run on an up-to-date clone of the ICU repository (or fork) with the 'master' branch checked-out and up-to-date (ex: git pull).
Example Usage: `perl list-tickets.pl -query`
```
Options for output:
-query Outputs a JIRA Query JQL for copy/pasting into the 'Advanced' query box.
-link Outputs a link to a JIRA Query for copy/pasting into a web-browser.
-list Outputs a flat list of tickets, one per line.
```### LICENSE
- Copyright (C) 2018 and later: Unicode, Inc. and others.
- License & terms of use: http://www.unicode.org/copyright.html
- see [LICENSE](LICENSE.txt)