-
Notifications
You must be signed in to change notification settings - Fork 130
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
Allowing selected (custom/standard) fields to be updated #158
base: master
Are you sure you want to change the base?
Allowing selected (custom/standard) fields to be updated #158
Conversation
7e8a2f6
to
54ff2a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, I don't have full context on the use case, but feels like a useful logic. Added some suggestions. Thanks, sorry for lag.
Signed-off-by: MytkoEnko <[email protected]>
Signed-off-by: MytkoEnko <[email protected]>
Signed-off-by: MytkoEnko <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]> Signed-off-by: Dmytro Aleksieiev <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]> Signed-off-by: Dmytro Aleksieiev <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]> Signed-off-by: Dmytro Aleksieiev <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]> Signed-off-by: Dmytro Aleksieiev <[email protected]>
490b55f
to
5448540
Compare
Signed-off-by: Dmytro Aleksieiev <[email protected]>
5448540
to
eab7648
Compare
@bwplotka Thanks for he review! Applied suggestions and rebased. In our organisation we've mapped alert's $value to an annotation and wanted corresponding jira field to be always up to date as it was important for prioritizing similar alert tickets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽 Thanks
Co-authored-by: Bartlomiej Plotka <[email protected]> Signed-off-by: Dmytro Aleksieiev <[email protected]>
Signed-off-by: Dmytro Aleksieiev <[email protected]>
Ready to be merged. |
Could anyone please review this pr?
It is backward compatible, as by default it does nothing, only in a way that feature might interfere with the logic of (#150) as it might still update some values even if
updateSummary
andupdateDescription
flags are disabled.If that is ok, I could move these
updateSummary
,updateDescription
andreopenTickets
flags to the config to make it more flexible and allow "per-receiver" configs rather than global flags.Resolves #157