You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Zsihovszki Krisztina (Jira)" <ji...@apache.org> on 2022/11/10 12:23:00 UTC

[jira] [Assigned] (NIFI-10793) Comment is not populated when process group is created via API

     [ https://issues.apache.org/jira/browse/NIFI-10793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zsihovszki Krisztina reassigned NIFI-10793:
-------------------------------------------

    Assignee: Zsihovszki Krisztina

> Comment is not populated when process group is created via API
> --------------------------------------------------------------
>
>                 Key: NIFI-10793
>                 URL: https://issues.apache.org/jira/browse/NIFI-10793
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.18.0
>            Reporter: Zsihovszki Krisztina
>            Assignee: Zsihovszki Krisztina
>            Priority: Major
>
> The comment field is not set for the newly created process group.
>  
> {code:java}
> curl -H "Content-Type: application/json" -X POST -H "Authorization: Bearer <your_token>" -k -d '{"revision": {"version": 0}, "position": {"x": 0.0, "y": 0.0}, "component": {"name": "Curl Test Group", "comments": "This is a comment"}}' https://<hostname>:8443/nifi-api/process-groups/<parent_process_group_id>/process-groups
> {code}
>  
> The comment ("This is a comment") is not shown on the created process group.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)