Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximinhan authored Aug 4, 2023
1 parent 30c4cf9 commit c730ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/cli/images_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def search_issues(query):
'project': {'key': project},
'issuetype': {'name': 'Bug'},
'versions': [{'name': release_version}], # Affects Version/s
'customfield_12323140': [{'name': Model(runtime.gitdata.load_data(key='bug').data).jira_config.target_release[-1]}], # Target Version
'customfield_12323140': [{'name': Model(runtime.gitdata.load_data(key='bug').data).jira_config.target_release[-1]}], # Target Version in jira
'components': [{'name': component}],
'summary': summary,
'description': description
Expand Down

0 comments on commit c730ed8

Please sign in to comment.