Integration of UFT with JIRA(Zypher)

Darshana Toda January 28, 2025

Hi Team,

Greetings!!

Can you pls help me to integrate UFT with JIRA(Zypher)

Regards,

Darshana

2 answers

0 votes
Andy Barbet
Contributor
January 29, 2025

Hi Darshana,

You can find user advice at Smartbear's community forum link below - I am active there.

To answer your question, you have two options: 

1) Import the results, which is an ADD only function - you cannot import and UPDATE results

2) Manually update test results using features that can do this quite quickly (depending on how your data is structured)

3) Use the API endpoints to update tests.  The API link is also below.

User Forum: https://community.smartbear.com/category/zephyr-scale-community

API: https://support.smartbear.com/zephyr-scale-cloud/api-docs/

Darshana Toda January 29, 2025

Hi @Andy Barbet: Thank you for your message. I tried to create a task using rest API but i am getting status code is 200 along with msg as -

{
    "message": "Please provide correct framework."
}
I have used below code in the body section but still its not creating a task in JIRA.
{
jobName:Job1
automationFramework:"UFT"
cycleName:"Cycle1"
folderName:Folder1
appendDateTimeInCycleName:true/false
appendDateTimeInFolderName:true/false
versionName:Unscheduled
projectKey:{My project name}
cycleStartingDate:1/29/2025
cycleEndingDate:31/12/2025
createNewCycle:true/false
createNewFolder:true/false
file:result.zip
assigneeUser:{My Id}
jobDescription:"Demo"

}
Andy Barbet
Contributor
January 29, 2025

Hi @Darshana Toda

I'm not very experienced right now at using APIs, but I will try to help.  If this doesn't help you out, I'm sure the Smartbear support team can: SmartBear Support

Looking at your code, it seems you are trying to create a Test Cycle.  Checking the API documentation for the POST endpoint (for Create a test cycle), it seems that your code doesn't map to the expected format that is documented, the example of which is below:

{
"projectKey": "TIS",
"name": "Check axial pump",
"description": "Regression test cycle 1 to ensure no breaking changes",
"plannedStartDate": "2018-05-19T13:15:13Z",
"plannedEndDate": "2018-05-20T13:15:13Z",
"jiraProjectVersion": 10000,
"statusName": "In Progress",
"folderId": 1,
"ownerId": "5b10a2844c20165700ede21g",
"customFields": {
"Build Number": 20,
"Release Date": "2020-01-01",
"Pre-Condition(s)": "User should have logged in. <br> User should have navigated to the administration panel.",
"Implemented": false,
"Category": [
"Performance",
"Regression"
],
"Tester": "fa2e582e-5e15-521e-92e3-47e6ca2e7256"
}
}

0 votes
Valerie Knapp
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2025

Hi @Darshana Toda , welcome to the Atlassian Community and thanks for your post.

Please excuse my ignorance but can you share please what UFT is? Do you mean that you want to integrate unified functional testing in Zephyr? Are you already using another tool for this or you want to start doing this kind of testing in or with Zephyr?

Best wishes

Darshana Toda January 28, 2025
Hi Valerie,
Yes, your understanding is accurate, The acronym UFT represents unified functional testing. I expect that the test case execution status from UFT must be updated to Jira, where the Zypher plugin is installed.

Please assist me in achieving this integration.
Regards,
Darshana
Valerie Knapp
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2025

Hi @Darshana Toda , thanks for your feedback. I think you will need more practical support to get started than I can give here. Please can you reach out to the vendor for support? https://marketplace.atlassian.com/apps/1213259/zephyr-scale-test-management-for-jira?hosting=cloud&tab=support 

You can also reference their documentation https://support.smartbear.com/zephyr-scale-cloud/docs/?lang=en 

Best wishes

Suggest an answer

Log in or Sign up to answer