rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

Enable using envvar for username #128

Closed alblasco closed 1 year ago

alblasco commented 1 year ago

Same way as https://github.com/rhevm-qe-automation/pytest_jira/pull/97 enabled to receive password using PYTEST_JIRA_PASSWORD environmental variable This PR enables to receive username using PYTEST_JIRA_USERNAME environmental variable

Username is also protected information to avoid from static configuration.

Please let me know if anything else is needed.

lukas-bednar commented 1 year ago

Looks good to me, and thank you for your patch.