Skip to content

Commit

Permalink
Merge pull request #34 from atlassian/BIF-1114-JSM-incoming-updating-…
Browse files Browse the repository at this point in the history
…actions

BIF-1114: Fix key name at details
  • Loading branch information
ertugrulsmz authored Jun 12, 2024
2 parents 3f2a29c + 1e0d58d commit e0508db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira-service-management/scripts/jec_action_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def main():
content = {
"details":
{
"issueKey": issue_key_from_response
"IssueKey": issue_key_from_response
}
}
headers = {
Expand Down

0 comments on commit e0508db

Please sign in to comment.