michaelsp/jira-estimate
Manage estimates in jira using issue labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-url | URL to your jira instance. Example: https://jira.at.your.company | yes | — |
| jira-username | Username for jira access | yes | — |
| jira-password | Password/Token for jira access | yes | — |
| string | The string that will be searched for as an jira issue. If not defined the issue/PR comment will be searched for auto-links. | no | — |
| jira-project-regex-pattern | RegExp to look for Jira issues in the string or issue comment. Example: 'JIRA-\d+' to match 'JIRA-123'. To disable set to '' | no | ([a-zA-Z0-9]+-[0-9]+) |
| use-gh-autolinks | Use the GitHub auto-links to look for jira issue references. That requires additional permission on the GITHUB_TOKEN. | no | true |
| custom-field-id | The story points or estimates usually have a custom field id | no | customfield_10013 |
Outputs
no outputs