Ask Your Question
3

What does the Python jira-agile-metrics package error message "name 'jira' is not defined" mean?

asked 2021-05-15 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-10-14 15:00:00 +0000

huitzilopochtli gravatar image

The error message "name 'jira' is not defined" means that the variable or module "jira" has not been declared or imported in the current scope. This suggests that the package or program is trying to use the jira module but it hasn't been properly imported or defined in the script. It could be a problem with the installation of the jira module or a coding error where the package is not properly importing the required module.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-15 11:00:00 +0000

Seen: 11 times

Last updated: Oct 14 '22