Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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