pineapple-lab/Change jira issues status
Move jira issues to a status and set link to github action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-api-token | Jira api token | yes | — |
| jira-email | Jira email related to api token | yes | — |
| jira-base-url | Jira base url | yes | — |
| issues | Issues to move! It must be separated by "," | yes | — |
| to | Final status! It is case sensitive! | yes | — |
| from | Only if the issues are in this status!. It can be separated by "," | no | — |
| avoid | Status will be avoided, it only happen if you don't set from status. It can be separated by ',' | no | — |
| title | Title for github external link in Jira | no | — |
Outputs
| name | description |
|---|---|
| moved-issues | How much issues was moved! |