Skip to content

Commit

Permalink
Merge pull request #153 from lsst-dm/tickets/DM-45633
Browse files Browse the repository at this point in the history
 changed url
  • Loading branch information
womullan authored Aug 6, 2024
2 parents a1b59e8 + 035b7f8 commit 68ce2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milestones/cjira.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_jira(username=None, prompt=False):
:String username: Optionally pass the username (prompted othereise)
"""
user, pw = get_login_cli(username=username, prompt=prompt)
ep = "https://jira.lsstcorp.org"
ep = "https://rubinobs.atlassian.net"
return (user, pw, JIRA(server=ep, basic_auth=(user, pw)))


Expand Down

0 comments on commit 68ce2bd

Please sign in to comment.