You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Team
I'm working on POC of how to import a cucumber test authored in another system into Jira project that has XRAY plugin configured. Using rest call. The goal of the project is for management to see test cases associated with the jira ticket.
I get the following error on issuetype. Can you please help
curl -H 'Content-Type:multipart/form-data' -H "Authorization: Basic valid_token" -F "file=@feature_file.feature" https://jira.intcx.net/rest/raven/2.0/import/feature?projectKey=<JIRA_PROJECT_NAME>
issuetype: The issue type selected is invalid.
https://jira.intcx.net/browse/PROJECT_NAME-5529 is a story. I tried with different types
Following is sample of the feature file
@REQ_JIRA_PROJECT_NAME-5529
Feature: feature details
Background:
More details
@id:1 @fast
Scenario Outline: ......