mantishub/Create MantisHub Version
An action to create version in MantisHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Base URL of the MantisHub API | yes | — |
| api-key | API key for authentication | yes | — |
| project | Project Name | yes | — |
| name | Name of the version | yes | — |
| description | Description of the version | no | — |
| released | Set to true if the version is released | no | — |
| obsolete | Set to true if the version is obsolete | no | — |
| timestamp | Release date of the version | no | — |
Outputs
| name | description |
|---|---|
| version-id | The ID of the created version. |