Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprint planning script is not listing all issues for a milestone in CDK Jira #2375

Closed
LalatenduMohanty opened this issue May 9, 2018 · 2 comments

Comments

@LalatenduMohanty
Copy link
Member

LalatenduMohanty commented May 9, 2018

Sprint planning script not listing all issues for a milestone in CDK Jira. This is an issue while doing the sprint planning as the script does not pull out all required issues.

Steps to reproduce

  1. Checkout minishift git repository
  2. Run the sprint-planning.sh script against 3.5.0-alpha.2 milestone
./scripts/planning/sprint-planning.sh -r cdk -m 3.5.0-alpha.2

Expected

It should list all 13 issues.

Actual

$ ./sprint-planning.sh -r cdk -m 3.5.0-alpha.2
;;;;;;;;;;;Allows to use Minishift in parallel to CDK;;cdk;3.5.0-alpha.2;feature request;major;CDK-210;https://issues.jboss.org/browse/CDK-210
;;;;;;;;;;;Running multiple feature files fails on Windows;;cdk;3.5.0-alpha.2;bug;major;CDK-190;https://issues.jboss.org/browse/CDK-190
;;;;;;;;;;;Get location of nightly build of ocp client binary and test before release.;;cdk;3.5.0-alpha.2;feature request;major;CDK-173;https://issues.jboss.org/browse/CDK-173
;;;;;;;;;;;--ocp-tag does not support tag \"latest\";;cdk;3.5.0-alpha.2;bug;major;CDK-154;https://issues.jboss.org/browse/CDK-154
;;;;;;;;;;;Failed to login to openshift docker registry in proxy env;;cdk;3.5.0-alpha.2;bug;critical;CDK-126;https://issues.jboss.org/browse/CDK-126
``

@LalatenduMohanty LalatenduMohanty self-assigned this May 9, 2018
@LalatenduMohanty LalatenduMohanty changed the title Sprint planning script not listing all issues for a milestone in CDK Jira Sprint planning script is not listing all issues for a milestone in CDK Jira May 9, 2018
@LalatenduMohanty
Copy link
Member Author

LalatenduMohanty commented May 9, 2018

The issue is that the script looks for minishift in the component while applying the filter. But now that we have QE/CI issues in Jira where the component is not minishift, it fails to list them.

search?jql=project=CDK%20AND%20component=minishift%20AND%20fixVersion=${milestone}"`

LalatenduMohanty added a commit to LalatenduMohanty/minishift that referenced this issue May 9, 2018
…ones

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
LalatenduMohanty added a commit to LalatenduMohanty/minishift that referenced this issue May 9, 2018
…ones

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
LalatenduMohanty added a commit that referenced this issue May 10, 2018
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
@LalatenduMohanty
Copy link
Member Author

Resolved via #2376

rhnvrm pushed a commit to rhnvrm/minishift that referenced this issue Oct 23, 2018
…ones

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant