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

Allow for creating issues for specific entities #5955

Open
6 of 22 tasks
fniessink opened this issue Apr 19, 2023 · 0 comments · May be fixed by #6776
Open
6 of 22 tasks

Allow for creating issues for specific entities #5955

fniessink opened this issue Apr 19, 2023 · 0 comments · May be fixed by #6776
Assignees
Labels
Feature New, enhanced, or removed feature
Projects

Comments

@fniessink
Copy link
Member

fniessink commented Apr 19, 2023

User story

As a quality manager I want to create issues for specific measurement entities so that I can keep track of which issues are meant to address which entities. For example, when there are different security warnings for different container images, it may be needed to create multiple issues because different people/teams have to fix the different warnings.

Acceptance criteria

  • The user can create one or more issues for a specific measurement entity.
  • Quality-time displays the issue identifier alongside the measurement entity.
  • Quality-time displays the status of the issue alongside the measurement entity.
  • Quality-time also displays the issue identifiers of issues created for specific measurement entities in the "Technical debt" tab.
  • When creating the issue, the status of the entity is changed to "confirmed"
  • When creating the issue, the measurement entity status end date is set to the desired response time for "confirmed" (see Allow for having default end date for the suppression status of CVE's #5099).
  • When the issue is closed, the measurement entity status (assuming the entity still exists) is set to unconfirmed. Note: the end date is not reset.
  • The issues created for the entities are visible in the issues column of the metric (together with any other issues created for the metric).
  • The visible issue details that can be set via the Settings are also applied to the issue cards alongside the measurement entities.
  • If a measurement entity with linked issue(s) disappears, the linked issue is no longer visible in the measurement entity table (because the entity has disappeared), but the issue is still listed in the "Technical debt" tab.
  • The issue text in Jira contains a link to the measurement entity (e.g. a violation) in the source (e.g. SonarQube).

Assumptions

Open issues

Out of scope

  • Setting the desired response time on issues in the issue tracker.
  • Creating one issue for multiple measurement entities.

Tasks

Components

Frontend

  • In the measurement entity detail accordion, add an extra line with:
    • "Create issue" button (left)
    • "Issue links" field (right)
  • Add a column with <IssueStatus> to the measurement entity table (rightmost column)

External server

  • Change endpoint add_metric_issue: register link between issue id and measurement entity key
  • Change endpoint post_metric_attribute: change links where necessary.

Feature tests

  • Add test if necessary

Documentation

  • Update changelog
  • Add instruction to user manual
  • Update screenshots
  • Update software documentation
@fniessink fniessink added the Feature New, enhanced, or removed feature label Apr 19, 2023
@fniessink fniessink added this to Backlog in Backlog via automation Apr 19, 2023
@fniessink fniessink moved this from Backlog to Refinement agenda in Backlog Apr 19, 2023
@fniessink fniessink moved this from Refinement agenda to Refinement in progress in Backlog Apr 20, 2023
@fniessink fniessink moved this from Refinement in progress to Ready in Backlog Jun 1, 2023
@fniessink fniessink moved this from Ready to Development in progress (max 4) in Backlog Aug 4, 2023
@fniessink fniessink self-assigned this Aug 4, 2023
@fniessink fniessink reopened this Nov 24, 2023
Backlog automation moved this from Development in progress (max 4) to Ready Nov 24, 2023
@fniessink fniessink moved this from Ready to Development in progress (max 4) in Backlog Nov 30, 2023
@fniessink fniessink moved this from Development in progress (max 4) to Blocked by other issue or time in Backlog Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New, enhanced, or removed feature
Projects
Status: Blocked by other issue or time
Backlog
Blocked by other issue or time
Development

Successfully merging a pull request may close this issue.

1 participant