File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4848 - name : Archive artifacts
4949 uses : actions/upload-artifact@v3
5050 with :
51- name : jira-automation-extension
51+ name : jira-issue-expert
5252 path : |
5353 dist/
5454 !dist/**/*.zip
Original file line number Diff line number Diff line change 22 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
33 "editor.formatOnSave" : true ,
44 "files.insertFinalNewline" : true ,
5- "[jsonc ]" : {
5+ "[json ]" : {
66 "editor.defaultFormatter" : " esbenp.prettier-vscode"
77 }
88}
Original file line number Diff line number Diff line change 11# Introduction
22
3- ` JIRA Automation ` is a browser extension to add extra features to JIRA.
3+ ` IssueExpert for JIRA ` is a browser extension that adds extra functionality to JIRA for operating with issues .
44
55# Features
66
Original file line number Diff line number Diff line change 11{
2- "name" : " jira-automation-extension " ,
2+ "name" : " jira-issue-expert " ,
33 "version" : " 1.0.0" ,
4- "description" : " Add extra features to JIRA." ,
4+ "description" : " Add extra functionality to JIRA for operating with issues ." ,
55 "private" : true ,
66 "scripts" : {
77 "build:chrome" : " npm run build -- --env BROWSER=chrome" ,
2020 },
2121 "repository" : {
2222 "type" : " git" ,
23- "url" : " git+https://github.com/kungfux/jira-automation-extension .git"
23+ "url" : " git+https://github.com/kungfux/jira-issue-expert .git"
2424 },
2525 "author" : " Alexander Fuks" ,
2626 "license" : " MIT" ,
2727 "bugs" : {
28- "url" : " https://github.com/kungfux/jira-automation-extension /issues"
28+ "url" : " https://github.com/kungfux/jira-issue-expert /issues"
2929 },
30- "homepage" : " https://github.com/kungfux/jira-automation-extension #readme" ,
30+ "homepage" : " https://github.com/kungfux/jira-issue-expert #readme" ,
3131 "devDependencies" : {
3232 "@eslint-recommended/eslint-config-typescript" : " ^17.0.3" ,
3333 "@typescript-eslint/eslint-plugin" : " ^5.59.0" ,
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
3- "name" : " JIRA Automation " ,
3+ "name" : " IssueExpert for JIRA " ,
44 "version" : " 1.0" ,
5- "description" : " Browser extension to automate typical actions in JIRA ." ,
5+ "description" : " Add extra functionality to JIRA for operating with issues ." ,
66 "icons" : {
77 "48" : " icons/logo48.png" ,
88 "128" : " icons/logo128.png"
You can’t perform that action at this time.
0 commit comments