Hi All,
Tried to create an issue via JiraRobot Library by passing the required parameters as input. Executed the test case, but got the following error:
20200729 18:01:05.709 : INFO : ${issuestring} = {‘project’: {‘key’: ‘Testing COE’}, ‘summary’: ‘Test Jira Robot’, ‘description’: ‘Testing Jira Robot issue creation’, ‘issuetype’: {‘name’: ‘Task’}}
20200729 18:01:05.758 : INFO : {‘project’: {‘key’: ‘Testing COE’}, ‘issuetype’: {‘name’: ‘Task’}, ‘description’: ‘Testing Jira Robot issue creation’, ‘summary’: ‘Test Jira Robot’}
20200729 18:01:05.768 : FAIL : JIRAError: HTTP 400: “project is required”
https://jira.dv. .com/rest/api/2/issue
Ending test: JiraIntergrationWithRobotFramework.TestSuites.TestSuite.JIRARobot Test
Can anyone help me resolve this issue as I have followed the right steps.
I am using:
Python: 2.7.15
Robot framework: 3.1.2
jira:0.25
JiraRobot: 1.0
Thanks!