meaningof the segment Version in field description jira API

{"fields":{    "description": {
            "version": 1, the meaning of the version in jira api
            "type""doc",
            "content": [
                {
                    "type""paragraph",
                    "content": [
                        {
                            "type""text",
                            "text""my new test"
                        }
                    ]
                }
            ]
        
        }
How I can merge a new value in field description with the old one?
For example old value + new value need to be the result when merging in jira api 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 2, 2022

It means the issue has a version set (versions are a project-specfic drop-down list, with the contents being set by the project admins)

Suggest an answer

Log in or Sign up to answer