rally
rally copied to clipboard
PR with TA, TC, TF, or DS ID always fails
Bug Description
When a PR is created with taskid in it's title/description/commit message it always fails. In my use case task TA0000001 is a valid task with valid state (Defined).
To Reproduce
Steps to reproduce the behavior:
- Create a PR with a valid taskir TA??????? in its title.
- Confirm in rally the TA??????? is in defined state
- Rally check fails for the PR
Expected behavior Rally check should pass if it's a valid taskid with valid state (Ready/Defined/In-Profress)
Screenshots

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.
I have been able to reproduce this functionality. I'm going to shift to diving into the code to see if I can find why User stories work but not tasks.
Also confirmed via app testing that TC, TF, and DS are not working either.
US, DE types are confirmed as functional
I noticed that TF is not listed any of the following lists https://github.com/github/rally/blob/fe9c7d529dee708de5427070a2c3814fc3260408/lib/RallyValidate.js#L816-L826 https://github.com/github/rally/blob/fe9c7d529dee708de5427070a2c3814fc3260408/lib/RallyValidate.js#L733-L740