You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/03 14:47:45 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA

raulcd commented on code in PR #13283:
URL: https://github.com/apache/arrow/pull/13283#discussion_r889012959


##########
dev/archery/archery/release.py:
##########
@@ -85,11 +84,9 @@ def number(self):
 
 class Jira(JIRA):
 
-    def __init__(self, user=None, password=None,
+    def __init__(self, token=None,

Review Comment:
   This doesn't seem to be used anymore, we should remove it from the signature too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org