Skip to content

Commit

Permalink
HOSTDEV-3552: Changed space from vHOSTDEV-RNs into vHOST-RNs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor Vardi authored and lironssh committed Aug 25, 2024
1 parent d81c888 commit 0b2d674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/infi/jira_cli/confluence_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def _get_confluence_uri(path):

@cached_function
def _get_confluence_global_response(global_label):
# Consider only pages under TWDRAFTS space with suffix of vHOSTDEV-RNs
project_params = dict(type='page', label='global:{}'.format(global_label), query='"*vHOSTDEV-RNs$"', spaceKey='TWDRAFTS')
# Consider only pages under TWDRAFTS space with suffix of vHOST-RNs
project_params = dict(type='page', label='global:{}'.format(global_label), query='"*vHOST-RNs$"', spaceKey='TWDRAFTS')
return requests.get(_get_confluence_uri('prototype/1/search/site'),
params=project_params,
headers=get_headers(),
Expand Down

0 comments on commit 0b2d674

Please sign in to comment.