Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmstern/jira-hacks
Sum up remaining estimation and calculate cost from a Jira filter list
https://github.com/dmstern/jira-hacks
Last synced: 1 day ago
JSON representation
Sum up remaining estimation and calculate cost from a Jira filter list
- Host: GitHub
- URL: https://github.com/dmstern/jira-hacks
- Owner: dmstern
- Created: 2019-06-20T21:27:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:49:32.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T10:11:59.671Z (over 1 year ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jira Hacks
This is tiny collection of bookmarklets to bring new handy features to Jira.
## Installation
1. Go to your browser and create a new bookmark in the bookmark bar
2. Fill the bookmark properties with the values, depending on your use case:| Name | URL (copy the source code from the linked file) | Result: what does it do? | Where does it work? | Constraints |
| ------------------------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
| ⏲ Σ [ Remaining Estimate] | [./bookmark-urls/estimate-effort](./bookmark-urls/estimate-effort) | You get a popup window with the estimated remaining effort of the currently displayed issues. | issue navigator | note "preparation for effort calculation" below |
| 💶 [ Calculate Costs ] | [./bookmark-urls/calculate-costs](./bookmark-urls/calculate-costs) | You get prompted the cost per hour and receive an aggerated sum of the costs of the currently filtered issues. | issue navigator | note "preparation for effort calculation" below |
| 📋 ← [ Issue Title ] | [./bookmark-urls/copy-title](./bookmark-urls/copy-title) | Copy issue key + summary to clipboard | issue detail view / Kanban board / issue navigator | Google Chrome only |
| 📋 ← [ Issue Key ] | [./bookmark-urls/copy-key](./bookmark-urls/copy-key) | Copy issue key to clipboard | issue detail view / Kanban board / issue navigator | Google Chrome only |## Prerequisites / preparation for effort calculation
1. Go to your Jira instance
2. Navigate to the issues navigator / issue search / filter view
3. At the top right corner press the button "Change view" -> Change the view to "List View"
4. At top right corner of the issue list, press the "Columns" button and select the "remaining estimate" field## Usage
1. Go to your Jira instance
2. Navigate to the view from the table ("Where does it work?")
3. Press the new bookmark button## Build (Development)
Clone this repo, navigate to its folder with a terminal and run:
```bash
npm install
npm run build
```