cipher-fox/Mantis Bug Tracker Issue Creation
Create a mantis bug tracker issue using github actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| base-url | base url of mantis-bt api | yes | null |
| url | path url of mantis-bt api | yes | / |
| token | mantis-bt authentication token | no | null |
| timeout | http request timeout | no | 5000 |
| proxy-type | http request proxy type to use (http|https) | no | null |
| proxy-host | http request proxy host | no | null |
| proxy-port | http request proxy port | no | 8080 |
| proxy-username | http request proxy username | no | null |
| proxy-password | http request proxy password | no | null |
| skip-required | allow to skip the required options | no | false |
| summary | mantis-bt issue summary | yes | null |
| pre-summary | mantis-bt issue pre summary | no | null |
| description | mantis-bt issue description | yes | null |
| additional-information | mantis-bt issue additional information | no | null |
| project-id | mantis-bt issue project id | yes | null |
| category-id | mantis-bt issue category id | yes | null |
| handler-name | mantis-bt issue handler name | no | null |
| view-state-name | mantis-bt issue view state name | no | null |
| priority-name | mantis-bt issue priority name | no | null |
| severity-name | mantis-bt issue severity name | no | null |
| reproducibility-name | mantis-bt issue reproducibility name | no | null |
| tags | mantis-bt issue tag names | no | null |
Outputs
| name | description |
|---|---|
| issue-id | The mantis-bt issue id |
| issue-url | The mantis-bt issue url |