Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Add ability to configure the Jira issue status upon creation #17

Open
robertjahn opened this issue Apr 28, 2020 · 2 comments
Open

Add ability to configure the Jira issue status upon creation #17

robertjahn opened this issue Apr 28, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@robertjahn
Copy link

This enhancement will allow for the ability to define the status default for the service. Currently, new Jira Issues from problems and evaluations are added to the backlog as either as a "backlog" for Kanban or "to do" for sprints. Perhaps this goes in the jira details secret as:

    --from-literal="jira-default-problem-status=In Progress"
    --from-literal="jira-default-evaluation-status=Done"
@ghost ghost added the enhancement New feature or request label Apr 28, 2020
@ghost
Copy link

ghost commented Apr 28, 2020

Hi Rob, the intention here is that "open" tickets are tickets yet to be evaluated by a human.

What I'd suggest here is to:

  1. Create a custom issue type dedicated to Keptn tickets.
  2. Modify the jira-details secret flag to reference the name of this new issue type.

Once this is done, all keptn-derived tickets will be created under your custom issue type.

  1. Modify the filter for your backlog / kanban board to only show issues of particular types: eg. everything except your keptn tickets.

The same mechanism is usually employed to exclude Epics and Story tasks from the "work" backlog.

@robertjahn
Copy link
Author

Yes I have the custom type now, but if I exclude them from the board then its not easy to find them since they get auto-generated. Problems we do want to see on the board and the status I think would be "To do" for that one. the evaluation from a quality gate for performance test that makes is evaluation task that yes, some one might want to review especially if it is a FAIL. That is why I was thinking of letting this be configurable.... but we can get input from others on this one.

Here is one mockup. If I add a state called "To review" and I could set the evaluation Jira issues to that, then the board would have a nice list.

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant