-
Is there a way how to add custom User-Agent for Jira alerter? |
Beta Was this translation helpful? Give feedback.
Answered by
jertel
May 15, 2024
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jertel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
jira.py
file could be modified to pass in theuser-agent
header as an option to the JIRA client. This requires a light Python skill set.