itccompliance/Wait
Wait a designated number of milliseconds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| service-url | Base URL of the YouTrack service in your network environment with no trailing slash (e.g. https://youtrack.example.com) | yes | — |
| token | Token for YouTrack API authorization | yes | — |
| project-id | ID of YouTrack project to create the issue in | yes | — |
| summary | Summary for the new issue | yes | — |
| description | Description for the new issue | no | "" |
| custom-fields | Array of objects for any custom fields to apply to the issue as a JSON string | no | [] |
Outputs
| name | description |
|---|---|
| issue-id | The ID of the created issue |