Skip to content

Set Custom Field via API / Create Card with Custom Field #1155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
CrazyHenk44 opened this issue May 27, 2025 · 0 comments
Open

Set Custom Field via API / Create Card with Custom Field #1155

CrazyHenk44 opened this issue May 27, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@CrazyHenk44
Copy link

Is this a feature for the backend or frontend?

Backend, Frontend

What would you like?

I'd like to be able to set a custom field when creating a card.

Something like (php):

      $endpoint = "/lists/" . $listId . "/cards";
      $data     = [
          "name"     => $title,
          "position" => 1,
          "type"       => "project",
          "customFields => [
                 "intern" =>
                        [ "SapID" => "5635666" ]
                ]
      ];

Why is this needed?

I want this because I want to automatically create cards from our internal system, but I don't want to make duplicate entries, so I would like to add an SapID to each card, so I can check if the card already exists on the board, before creating a card.

Other information

The API does not seem to provide calls to set a custom field.

@meltyshev meltyshev added the enhancement New feature or request label May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants