ContributionsMost RecentMost LikesSolutionsRe: How to create Jira issuetype= Test using API with JWT authorization i would like to know why im getting below error { "errorMessages" : [ ], "errors" : { "project" : "Anonymous users do not have permission to create issues in this project. Please try logging in first." } } Re: How to create Jira issuetype= Test using API with JWT authorization Yes im using Basic Authorization PFB screenshot How to create Jira issuetype= Test using API with JWT authorization Here we are trying to create Jira issue-Test using Jira APIs but getting authorization error 403 POST: https://<<jira-url>>/rest/api/2/issue/ { "project": { "key": "testkey" }, "summary": "Testissue", "description": "test via Api", "issuetype": { "name": "Test" } } SolvedRe: Contain assertion - how can I 'blank out' a part of element text which changes with every response you can use regular expression .* to check if field is not null Create Zephyr Test case using groovy during each test case run Hi, we are trying to automate the test case and integrate with jira Zephyr. here we are suppose to run 100 + Test cases so we need to create Zephyr TC each time manually, is there any way so that we can create Zephyr TC on run time using Groovy Script please advice us. Solved