Skip to content

Conversation

@waltherlee
Copy link
Member

@waltherlee waltherlee commented Mar 7, 2025

Currently, every Jira notification sends a request that overwrites user changes to issue fields (title, description, priority, etc).

Losing changes may be unexpected for many Jira users, and this PR adds a receiver config to be able to skip the update request for existing issues without affecting resolve and reopen transitions.

@grobinson-grafana
Copy link
Collaborator

I don't know about the flag DisableFieldUpdates. This feels like something that should be consistent. We should look at how it works for other integrations like Pagerduty and do the same here.

@waltherlee
Copy link
Member Author

Sure, I can look into that. I'm pretty sure they don't overwrite, so that works too. On the other hand, without a flag, it will be a breaking change for people expecting the current implementation, which propagates changes in the receiver config to existing open issues.

@Spaceman1701
Copy link
Contributor

Just tagging this as related/similar to #4621

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants