1. We have integration JIRA with our Selenium Automation Scripts
2. Creating Scenarios in JIRA Story
3. Writing Code in IDE for each and every step
4. When user execute the script, then first it will hit the jira and filter the scenario based on Label and Meta
5. After the execution, Status of Story Execution Reports is not updating.
Can anyone please help me out and can we change the status of reports manually....?
Using Below Dependency:
<dependency>
<groupId>com.jbehaveforjira</groupId>
<artifactId>java-client</artifactId>
<version>1.6.7</version>
</dependency>
Status is not changing: