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

[FR] Allow grouping incidents for single service #25

Open
nikolauska opened this issue Aug 10, 2020 · 1 comment
Open

[FR] Allow grouping incidents for single service #25

nikolauska opened this issue Aug 10, 2020 · 1 comment
Assignees
Labels
feature-request Request for new feature pending

Comments

@nikolauska
Copy link

Is your feature request related to a problem? Please describe.
There are times when multiple incidents need to grouped to single hour marking. Currently I will need to manually copy summary for every incident and remove everything else other than the id.

Describe the solution you'd like
I would like a button to group incidents by service by day so I could use that to copy every incident id for single day

Example summary when grouped:
[#id1], [#id2]

Describe alternatives you've considered
There is a possibility the UI would allow selecting multiple summaries and copy ids for all of the selected ones. This would be a bigger feature than the simple grouping that I need.

@nikolauska nikolauska added the feature-request Request for new feature label Aug 10, 2020
@vastamaki
Copy link
Owner

I implemented a multi-select feature. By holding down CTRL + clicking incident, it will select the incident. Press "ESC" to cancel all selections. After you have selected in example 5 incidents and copy the summary, it will look like => "[#123] [#321] [#514] Currently selected incident summary"

This was way faster to implement, so I decided to do it. I will probably implement this feature in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new feature pending
Projects
None yet
Development

No branches or pull requests

2 participants