pytest_jira icon indicating copy to clipboard operation
pytest_jira copied to clipboard

py.test plugin to integrate with JIRA

Results 9 pytest_jira issues
Sort by recently updated
recently updated
newest added

Often times I'd like to run the blocked test to verify that the issue was indeed resolved, without creating a temporary branch in which I for example add a **skipif=False**...

Hi, Recently you have added the support for token based authentication using bearer tokens. However, this support is currently limited to JIRA Cloud deployment. On Jira Server(Obsolete) and Jira Data...

When I'm starting tests from outside the internal company network, then Jira redirects to the Okta authentication service, and JSONDecodeError is raised, because in the response data there is no...

As AQA engineer I want to check autotest statuses against different projects in Jira with different issue flows. So just one list of resolved statuses doesn't cover my needs. I...

HI, I'm looking for a nice way to generate a report for all the tests with Jira tickets associated with them i.e.: test_one JIRA-234 open test_two JIRA-342 assigned test_three JIRA-1...

Kindly use the install_requires instead of setup_requires so the dependencies are handled by pip instead of easy install. This causes a lot of problem if you are behind company proxies...

I'd like to have the option wether to use the plugin or not pass as an envvar in my CI. Currently this is possible either via manipulating the command arts...

I have used all regular expressions, but the plugin cannot read the ticket used in marker: ```ira_regex = [A-Z]+[0-9]+-[0-9]+```. Which is apparently a match for Jira ticket ```AD2010-465```. Seems like...