rally icon indicating copy to clipboard operation
rally copied to clipboard

PR with TA, TC, TF, or DS ID always fails

Open forevergenin opened this issue 4 years ago • 4 comments

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:

  1. Create a PR with a valid taskir TA??????? in its title.
  2. Confirm in rally the TA??????? is in defined state
  3. 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 Screenshot 2021-02-10 at 2 20 22 PM

forevergenin avatar Feb 10 '21 09:02 forevergenin

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.

github-actions[bot] avatar Mar 13 '21 00:03 github-actions[bot]

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.

zkoppert avatar Mar 23 '21 23:03 zkoppert

Also confirmed via app testing that TC, TF, and DS are not working either.

US, DE types are confirmed as functional

zkoppert avatar Mar 24 '21 00:03 zkoppert

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

zkoppert avatar Mar 24 '21 00:03 zkoppert