forcedotcom / devops-center-feedback

61 stars 2 forks source link

Unable to Move certain Work items to next stage. #239

Open vishnuyadavalli opened 1 year ago

vishnuyadavalli commented 1 year ago

Describe the bug We have 3 stages in our pipeline. For some reason, some workitems are able to be moved to 1st stage and then they get stuck in that stage. We are not able to select them to deploy to next stage.

To Reproduce Steps to reproduce the behavior: Unable to reproduce. Very random.

Expected behavior We should be able to move all the Work Items to next stage.

Screenshots image

Additional context We are not able to view change request as well on this kind of Work Items.

franciscoperezsammartino commented 1 year ago

Hi @vishnuyadavalli, the arrow you are pointing appears on work items that have a pull request open onto the next stage for promotion.

When a work item does not have that, it means that there is some kind of dependency on other Work Item, so it cant be promoted before promoting those others.

Two suggestions:

  1. Promote the work item -223 into the next stage, and then the other will probably become promotable.
  2. Or, select all the work items on a stage, and then we are going to allow the promotion, because we know you are promoting all and there should not be a dependency issue.

Thanks for asking, and hope this works and clarifies a bit.