version 2.20.0
- Chart Bar - showed count issues in columns for every swimlane on a board
- showed a red-flag on the issue panel
- WIP-limit for several columns
- WIP-limit for Swimlane
- Personal WIP-limit
- SLA-line for Control Chart with percentile
- Overlay Measurement Ruler on the Control Chart
- Secret data blurring
All tasks are created at github issues
Before creating a task, please make sure that a similar task was not created earlier. Please be sure to check closed tasks - there is a chance that your request has already been fulfilled and will be released soon.
After adding description, please specify the following attributes only:
- Labels:
feature
- Project:
jira-helper
In case some feature doesn’t operate as expected.
After adding description, please specify the following attributes only:
- Labels:
invalid
, [cloud jira
,jira 7
,jira 8
] – specify in which JIRA version the problem is reproduced. - Project:
jira-helper
After adding description, please specify the following attributes only:
- Labels:
bug
, [cloud jira
,jira 7
,jira 8
] – specify in which JIRA version the problem is reproduced. - Project:
jira-helper
labels | Meaning |
---|---|
feature |
new feature |
invalid |
a feature doesn’t work as expected |
bug |
a problem/error, please be sure to specify a JIRA version label, where one could reproduce it |
jira 7 |
reproducible in JIRA 7.x.x |
jira 8 |
reproducible in JIRA 8.x.x |
cloud jira |
reproducible in JIRA Cloud |
Execute:
npm run bootstrap
npm run dev
In Chrome:
Open the menu, choose “More tools”, then "Extensions"
On the "Extensions" page toggle “Developer mode”, press “Load unpacked” in the appeared menu.
Choose the folder where the extension was built, ~/jira-helper/dist
.
In Firefox:
Open the url - about:debugging#/runtime/this-firefox and click "Load Temporary Add-on". In the open file upload window, select manifest.json from the dist directory
After that, the plugin will be added to Firefox.
When code changes Webpack will automatically update the codebase in the dist
folder.
Press “Update” in the "Extensions" developer menu and then reload the page, where the extension is being tested.
The branch name should start with an associated task number.
Example: 2-title-issue
, where 2
is the mandatory task number.
Every commit
should have a task number associated with it.
Example: [#15] rename *.feature to *.ru.feature
Please use english
language only to name branches and commits.
The official version of the extension is published in "Chrome WebStore"
The extension is published after the release is assembled at github
Release version is the same as the application version in package.json package.json and the version published in "Chrome WebStore"
Minimum required Chrome version is >= 88