From 594b252322413984c403ae793144ab3869f31c06 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 27 Mar 2026 15:00:58 -0400 Subject: [PATCH] standardize example jira token_file path jira_api_token is clearer and matches the Jira Cloud example. --- did/plugins/jira.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/did/plugins/jira.py b/did/plugins/jira.py index a8803493..1edca27d 100644 --- a/did/plugins/jira.py +++ b/did/plugins/jira.py @@ -8,7 +8,7 @@ type = jira url = https://issues.redhat.com/ auth_type = token - token_file = ~/.did/jira-token + token_file = ~/.did/jira_api_token token_expiration = 7 token_name = did-token