-
Notifications
You must be signed in to change notification settings - Fork 21
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
[O2B-1405] Additional query parameters for creating a log #1809
base: main
Are you sure you want to change the base?
[O2B-1405] Additional query parameters for creating a log #1809
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1809 +/- ##
==========================================
+ Coverage 43.77% 44.01% +0.24%
==========================================
Files 893 889 -4
Lines 15959 15866 -93
Branches 3005 2996 -9
==========================================
- Hits 6986 6984 -2
+ Misses 8973 8882 -91 ☔ View full report in Codecov by Sentry. |
if (templateKey) { | ||
templateData.templateKey = templateKey; | ||
} | ||
if (issueDescription) { |
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.
Why do you need this here?
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.
fixed
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.
Is it ?
if (templateKey) { | ||
templateData.templateKey = templateKey; | ||
} | ||
if (issueDescription) { |
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.
Is it ?
I have a JIRA ticket
Notable changes for users:
Notable changes for developers:
Changes made to the database: