You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/11/17 15:06:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17635393#comment-17635393 ] 

ASF subversion and git services commented on NIFI-10793:
--------------------------------------------------------

Commit dfdd86cff7b6145a537ebb19114ca938fef35d55 in nifi's branch refs/heads/main from krisztina-zsihovszki
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=dfdd86cff7 ]

NIFI-10793 Comment is not populated when process group is created via API

This closes #6653.

Signed-off-by: Tamas Palfy <tp...@apache.org>


> 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
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)