twistopayments/YourTrack parent finder
This actions returns top parent of issue, if it is exists. It is uses recursive strategy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| issue_id | Id or human id of YouTrack issue | yes | — |
| youtrack_base_url | http://{company}.youtrack.com | yes | — |
| youtrack_token | perm:your-secret-token | yes | — |
Outputs
| name | description |
|---|---|
| parent_id | Id of parent if exists |
| parent_human_id | Human readable (<project-short-name>–<order-number-in-project>) id of parent if exist |