Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need to send data from zoho project to Issue

AGSuite Technologies February 18, 2025

We have requirment to send data of issue from zoho project means need to create.
I am doing testing with postman but facing issue in payload 

1 answer

1 vote
Nikola Perisic
Community Champion
February 18, 2025

Welcome @AGSuite Technologies 

  • What error are you facing?
  • Have you tried with webhooks?
  • Have you tried some integrations with Zoho from Atlassian marketplace?
AGSuite Technologies February 18, 2025
{
"errorMessages": [],
"errors": {
"issuetype": "Issue type is a sub-task but parent issue key or id not specified."
}
}


I am also sharing you the payload 

{
"fields": {
"project": { "key": "SDE" },
"summary": "Issue Summary Goes Here",
"description": {
"type": "doc",
"version": 1,
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Detailed description of the issue."
}
]
}
]
},
"issuetype": { "name": "Task" }
}
}
Nikola Perisic
Community Champion
February 19, 2025

Hi @AGSuite Technologies 

Like the error says you need to provide the key of your parent issue, which is task and with this payload I don't see the the ID of your issue type. You can find this when you go to Issue type scheme of your project and click on the issue type. Within the URL, you will see the ID.

AGSuite Technologies February 19, 2025

But we only need to create issue , How we get parent issue id , if no issue is created till now

 

 

Nikola Perisic
Community Champion
February 19, 2025

Task has its own unique issue type id regardless if the issue has been created or not.

If this is a team managed project, you can find it under Project Settings > Issue Types > Task

If this is company managed project, you can find it under Project Settings > Issues > Types > Click on the Task issue type and it will redirect you to the workflow and in the URL itself you will see the ID.

AGSuite Technologies February 19, 2025

image.png

AGSuite Technologies February 19, 2025

I do not find any option in this of issue id

 

Nikola Perisic
Community Champion
February 19, 2025

Ok, when you go to Project Settings, do you see Issues or Issue types?

AGSuite Technologies February 19, 2025

No

AGSuite Technologies February 19, 2025

Hi Please help me on this

 

Nikola Perisic
Community Champion
February 20, 2025

@AGSuite Technologies 

You have to click on the project settings (the cog icon):Screenshot 2025-02-20 at 09.31.07.png

This is from the example project.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events