atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

[JSM] Unable to fill out form programatically when raising a support request

Open leslie-canva opened this issue 11 months ago • 2 comments

I need to send a payload such as

{
    "form": {
        "answers": {
            "29": {
                "adf": {
                    "version": 1,
                    "type": "doc",
                    "content": [

But I cannot seem to do this when using create_customer_request

leslie-canva avatar Feb 19 '25 03:02 leslie-canva

Hi! I will check later. btw, do you use cloud or on-prem ?

gonchik avatar Feb 26 '25 09:02 gonchik

I've hit the same issue - I'm using Cloud JIRA and cannot pass in form field as documented: https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-post

porkcharsui avatar Apr 26 '25 00:04 porkcharsui