Jira Comment Api, I can get this comment, … Is there a way to get all the comments of many issues. Scopes enhance security by allowing you to define specific permissions for API tokens. ", and I …. A similar API endpoint is documented for JSM Data Center: https://docs. I tried using add Comment Rest API, but it adds the comment as created by the Forge App Name and not the actual user. write:jira-work: Required OAuth scope for the Add comment API which … JRACLOUD-74679 Add support for setting comment visibility to Jira platform REST API add/update comment API Gathering Interest You can use this REST API to build apps for Jira, develop integrations between Jira and other applications, or script interactions with Jira. We have our own Dashboard to take customer issues and that is connected with Jira ServiceDesk using ServiceDesk … In this article, we will explore how to create a new ticket using the Jira API REST, retrieve information, and quickly add comments—all without diving deep into Jira itself. get_user_groups(account_id) If you haven't integrated with Jira Data Center before, read the Getting started guide in the Jira Data Center developer documentation. 2. My goal is: To retrieve all worklogs and … This documentation provides reference for the Jira Cloud Platform REST API v3, enabling developers to interact with Jira data and functionality. For example, Agents can create either public or internal comments, Unlicensed users can only create internal comments, … The JIRA Agile REST API uses JSON as its communication format, and the standard HTTP methods like GET, PUT, POST and DELETE (see API descriptions below for which methods are available for … Hi all, I plan to use the Jira API to add comments, and I would like to ask how to add a reply to a comment. If issue-level security is configured, issue-level security permission to … Removes the property from the comment identified by the key or by the id. This means the API will only return parts of the resource when explicitly requested. Update comments restriction in Jira Service Management via REST API Platform Notice: Data Center Only - This article only applies to Atlassian apps on the Data Center platform. A … Start sending API requests with the Delete Comment public request from Atlassian - JIRA on the Postman API Network. When you create an API token from your Atlassian … L'API REST JIRA est un outil puissant pour les développeurs et les gestionnaires de projet qui souhaitent automatiser et intégrer les fonctionnalités de JIRA If you use the GUI to add an attachment to an existing Issue’s comment, then use the v3 REST API to GET and inspect that comment’s ADF structure, you’ll see it’s nothing like that. 0 I have tried sending the body JSON Hi. This time, let’s explore accessing Jira information using REST API URLs. Currently, I am unable to figure out any API example or way to … I used below rest api code to update COMMENT for an existing Jira issue { "body":"test" } Error message : Expected a ':' after a key at 620 [character 4 line 29 Hi there, I am pulling comments for a Jira issue via the rest API rest/api/2/issue/ {IssueKey}/comment In the JSON there is a big slab of text with I am using the following jira-rest-java-api com. Comments are always associated with an issue. If you haven't integrated with Jira Data Center before, read the Getting started guide in the Jira Data Center developer documentation. We've managed to build automation rules that trigger some events … I am trying to send comments to Jira from ServiceNow using the "Add Comment" API described here: Hi, I would like to attach a text file to a comment in Jira issue via REST API. curl -D- -u admin:admin -X POST --data The Summarizer app will get all the comments in the particular Jira issue using the Jira API. 3. This example shows you how to create a Jira app that uses the REST API. Ayone figure this out? This creates the comment: newComment = … Adding Images to Jira Issue Descriptions via API The Problem Adding images to Jira issue descriptions via API can be challenging due to the complexity of Atlassian Document Format (ADF) and media handling. net/wiki/display/JRJC/Home Is there any way to get the latest comment only via REST API or grab the comments under comment in endpoint? Because If I am able to grab the comments, then I can use … Trying to create an internal comment on an issue using the REST API. Jira REST API (note that the user must have the Jira Administrators global permission). Could you please help us to get the latest … Has anyone tried simply removing the visibility key/value object entirely? When I create a comment in this manner it is created with full visibility (I think) so one might hope that … Extracting Projects comment through REST API is an easy to do but we will need administrator login credential. In general, this is working okay since the issue and … This time, let’s explore accessing Jira information using REST API URLs. Now I want to get the set of comments from my issues. The CommentManager is used to retrieve and create comments in JIRA. This is the reference document for the REST API and resources provided by Jira Service Management Data Center. I am using the Atlassian Document Format builder NPM package (version 3. I'm writing a small Groovy script to add comment to Jira issue, but not able to break the comment into lines using new line char, in cURL it works We are using JIRA rest API to get the comment details using below endpoint. This documents the jira python package (version 3. g. Hello, I’m trying to write a comment with a wiki markup by api rest, but when i use the api request, it escapes the special characters. Start sending API requests with the Add Comment public request from Atlassian - JIRA on the Postman API Network. My post request We create a ticket on behalf of a customer, but, we’d also like the ability to add a comment on behalf of the customer, or as ourselves. wil Hey there, I am updating the all of my API endpoints to v3 and noticed something that was not expected when creating a comment. JSON schema An Atlassian Document Format document is a JSON object. will see here in detail. However, I see no raiseOnBehalfOf or … If you haven't integrated with Jira Data Center before, read the Getting started guide in the Jira Data Center developer documentation. User interface to Jira. Ask the community Platform Notice: Cloud Only - This article only applies to Atlassian … I'm trying to use the Bulk fetch changelogs API call and one of the fields I'm trying to request is comment, but it's not returning anything for issues that I know have comments. The following script first fetches the … Solved: hello i searched on the website and i found to get the html rendred using the jira api i just need to give an url like this : Extract comments for specified Jira tickets using the Jira API and store the results in a CSV file. Use this API to build apps, script interactions with Jira, or develop any other type of integration. Current code: url: Solved: How to add comment of issue during the isssue transition from one state to another. The value of the request body must be a valid, … The request body format depends on the version of the API you use. I am trying to get all comments of issues created in JIRA of a certain search query. 1. The configuration, required, in the Jira software tool, is as follows: Create a Jira user … Learn to add all @-mentioned users in comments to Jira Service Management request participants using automation rules. I have an issue and I added 5 comments already in it. jira jira-rest-java-client-core 5. I have a script that is supposed to add a comment after updating the groups of a user: Example, Calling the function: jira_comment (jira, jira_issue I am using a service account and have the use case of creating ticket and comments on behalf of another user via REST API. Hi, I am trying to get the comment visibility of each comment in the comment section of the issue/ticket from the JIRA module provided in Python. Not an Atlassian user? Sign up for free. Using the JIRA Rest API. Jira Cloud's REST API does not allow adding a comment and a label to an issue in a single API call. Some basic support for the Jira Agile / Jira Software REST API also exists. So the solution would be to use Send Web Request … Jira Issue Type ID: using the project ID enter https://your-domain. Comments … Start sending API requests with the Add Comment public request from Atlassian - JIRA on the Postman API Network. This … This app is using the jira rest api. jira. I am trying to create issue comments through the v3 cloud API. That said, it's possible to create a restricted comment manually via the Jira … For example, in Jira Cloud platform, the text in issue comments and in textarea custom fields is stored as ADF. Eg: in progress to resolved. JIRA Developer Documentation : JIRA REST API Example - Add Comment Applicable: JIRA 5. , via a browser) and is available for both Jira Data Center and Cloud, with minor differences between the two. Note that this KB was … This is the reference document for the REST API and resources provided by JIRA Service Desk. public. Hi I am able to add comment to issue in Jira through API but i am struggling to mention/tag user in that comment i am using below API curl -D- -u Jira Service Desk Cloud introduced next-gen projects in Feb 2019 and developers may experience some differences when calling either the Jira Service Desk Cloud REST API or Jira platform REST API. Removes the property from the comment identified by the key or by the id. The Jira REST API enables you to interact with Jira programmatically. The REST APIs are for developers who want to integrate JIRA into their application and for administrators who want to script … Scopes OAuth 2. So the comments themselves and the number of comments. Hi I am trying to update comment body using JIRA rest API, everything works fine but text indent is not working. Solved: Hi Community, I am facing an issue when trying to add a comment via the Jira Cloud REST API using the ADF (Atlassian Document Format). For addressable resources in Jira – those with “self” links – an appropriate subclass of … The Jira REST API enables you to interact with Jira programmatically. I see that it is possible over web interface, so I assume it is also possible via REST API. A diagram from a jira chatbot guide showing … The CommentManager is used to retrieve and create comments in JIRA. Comments may be added either via the rest/api/2/issue/{issuekey}/comment resource or as part of editing Hi All, I am looking to add a string in table format to JIRA Comment like the below. In the Cloud via REST. Set comment property - JIRA 7. The Summarizer app will then pass on the comments to OpenAI along with prompt to create summary. get all comments from issue. For more information, read our documentation. Follow technical documentation to integrate Jira Software node into your workflows. comments('UPGRD-68') I get a … Start sending API requests with the Get Comments By Ids public request from Atlassian - JIRA on the Postman API Network. Thanks & Regards, Lil The Jira Cloud platform REST API provides tools for developers to interact with Jira issues, projects, and workflows programmatically. I have administrator account. I know add_comment will add a comment, but I also want to know how to edit a comment. This page documents the REST … The Jira REST API enables you to interact with Jira programmatically. *text* is making the text bold \\n is creating new line but I want the next line … We are currently performing bulk synchronization from a source project to a target project in Jira Cloud. Learn how to split lines in text fields using the Jira REST API for Jira Cloud and Jira Service Management endpoints. Once the app gets the … Solved: Dear ALL, I would like to implement an automation rule in order to append the last comment of an issue to the multi line text field of this Hi, we are building an integration process between our Jira Service Desk instance and another support platform. Is there any way you can set the author accountId to a specific accountId? I’m trying by … Apply comment permissions: If your comment is only meant for a specific Jira group or project role, comment permissions let you restrict your comments to the appropriate audience. 10. - Latest version { "update": { "comment": [ { "add": { "body": { "type": "doc", "version": 1, This is the business layer component that must be used to access all Comment functionality. HTTPError: comment: Comment body is not valid! For … Learn how to retrieve internal or external comments in Jira Service Management Data Center using database queries. Learn how to integrate with the JIRA Rest API to perform basic JIRA operations. 6. View the smart values in Jira Cloud. After that I moved the issue from "in-progress " to "resolved" state transition and along with that I added a comment too using … Permissions: Setting comment visibility depends on the calling user's permissions. This version of the API continues to be supported and offers the full functionality of v3, simply the … The REST API facilitates interaction with Jira through the HTTP protocol (e. keeping track of all the comments can quickly … The scope for an API token defines the levels of access to data in your Jira and Confluence apps. I noticed that "This resource expects a multipart post. The documentation for adding a … After editing "sd. - giorgosart/ This API is only available for Jira Cloud platform. Ths user removing the property is required to have permissions to administer the comment. You can just use the REST API endpoint for Jira Expression, send the issue you are looking for as context and use an … Jira Automation is one of the most hot concepts out there. *all - include all fields *navigable - include just navigable fields summary,comment - include just the summary and … Describe the issue/error/question I would like to add an internal comment to Jira Service Desk. client import JIRA def … It's recommended to consult the API documentation of the service you're integrating with for accurate and detailed information on how to mention someone in a ticket using their REST API. For making POST request i use program Postman. The atlassian-python-api library provides a simple and convenient way to interact with Atlassian products (such as Jira Service management, Jira Software, Confluence, Bitbucket and apps Insight, … This resource represents issue comments. Expansion In order to simplify API responses, the JIRA REST API uses resource expansion. I am adding comments like this to cards "User name approved the MTP on 2023-07-20" However, the user name is being entered as a text. Use it to: get, create, update, and delete a comment from an issue. Now we want to add comments to an issue, but we want to add te comment as a specific user. Most Explore the Jira Cloud REST API for issue search and management, enabling seamless integration and efficient project tracking. 7. What is a … While using the Edit Issue action in Automation, it's not possible to add comments using Variables with ADF formatted JSON script. We have several JIRA issues which have over 1000 duplicated, bogus, spam-like comments. comment key to have the value { "internal": true } Which … Learn how to access and analyze Jira comment reactions using database queries, Java API, and internal REST API endpoints. What is a REST API? Briefly, REST stands for representational state transfer and API means application programming interface. In this tutorial, you will build a Forge app that integrates with OpenAI APIs to summarize comments Tagged with atlassian, forge, jira, openai. For issue transition i am The Jira API documentation references the Media API but through searching and also looking through comments from other threads like these, I see people saying that the Media API … To make a comment on an issue internal (meaning only service desk agents can see the comment) you need to set the sd. Solution Currently the API returns a The Jira Agile REST API uses JSON as its communication format, and the standard HTTP methods like GET, PUT, POST and DELETE (see API descriptions below for which methods are available for … In my last article, I shared an easy way to find what you’re looking for by changing parameters in URLs in your browser’s address bar. The Rest API allows you to add edit and remove issue comments. The intention is to change comment from "Public" to "Internal" comment or the other way round. You … Log in to Jira, Confluence, and all other Atlassian Cloud products here. I want it … Learn how to use the Jira Software node in n8n. property:jira, read:avatar:jira, read:group:jira, read:issue-worklog:jira … Start sending API requests with the Get Comment public request from Atlassian - JIRA on the Postman API Network. How can I solve that?. getCommentsUri(), … I want to use python to post an attachment to jira via jira rest api and without any other packages which are needed to install. Are you using Jira Service Management Cloud or JSM Data Center? If you are using JSM Cloud this is the API endpoint for adding comments: … Jira Service Management About Previous versions Using the REST API Experimental methods Approval Customer Getting the plain text of a comment (or the description) is pretty easy with Jira Expressions. Good day, dear Jira Community! Could you tell me please - can i post, using ‘Add comment’ endpoint, formatted comment? For exaple here is my comment. Aquí nos gustaría mostrarte una descripción, pero el sitio web que estás mirando no lo permite. In the documentation the the add Comment endpoint … By following these steps, you can effortlessly extract Jira ticket data along with comment history using Python, facilitating more comprehensive insights and reporting for your project management needs. For v3 you will have to send the comment in Atlassian Document Format. Hi, For my automation work i have to fetch comment from JIRA ticket. Use this resource to store custom data against a comment. Would like to know if it's Go from idea to innovation with Atlassian’s AI-powered developer platform The Jira Service Management REST API uses resource expansion, which means that some parts of a resource are not returned unless specified in the request. comment" comment property using REST API is not reflecting. I am trying to edit a comment in jira using jira-python, but I couldn't find anything. However, we are not able to see the … I am getting output as a mix-string of paragraph and table content in a single line text Step1: output of api testing test 123 testing 456 hi jira Atlassian Python REST API wrapper. Authentication ¶ At initialization time, jira-python can optionally create an HTTP BASIC or use OAuth 1. This document describes the REST API and resources provided by JIRA. The same happens when using the JIRA Java Client API from ecosystem. net/rest/api/3/isues/createmeta?projectKeys={JiraProjectID} search for the issue … Use Case The customer is using Service Now in combination with Jira, they need to send the most comment data from an issue to Service Now when a comment is added, an automation serves as the … Use smart values in automation rules to access and manipulate issue data in Jira Cloud. There are two ways to get the data: Using JIRA library for Python. and so forth Is it possible to do it via rest api coding? Add the Required Scopes read:jira-work: Required for app handling avi:jira:created:issue triggers. summary,comment - include just the summary and comments -comment - include everything except comments (the default is *all for get-issue) *all,-comment - include everything except comments The … Provides comprehensive documentation for Jira Cloud platform REST API, enabling developers to integrate and interact with Jira programmatically. My question is how to send an (base64) image with the request for a new JIRA ? Is there any parameter like for other fields … Hello, When trying to add a comment to a jira issue with the REST API in python, I get the following error: requests. Jira administration console. However, you can write a script that: Gets the comments from the current (older) Jira (via REST API … Hello, I am trying to create a script that will send an email when there is a new comment added to JIRA story but i was unable to come up with good logic to know if the comment is … I am doing some automations in Jira. In the next section, I’ll review the steps to connect to Jira, filter tickets and get comments from those issues. When writing your comment, click the lock icon under it … If you have always wanted to post a comment via API but find it tedious to get the right format to users on cloud well the wait is over or rather I should say, the way has been there all … Jira has a an /edit endpoint which can be used to add a comment. I need to add comment in issue. 1Creates or updates the value of a property for a comment. 0). 6 A Comment can be added with “issueRestClient. The atlassian-python-api library provides a simple and convenient way to interact with Atlassian products (such as Jira Service management, Jira Software, Conflue Export of Customer Satisfaction Rating and Comment via API Still need help? The Atlassian Community is here for you. We use Jira Service Desk Server version 7. The REST APIs are for developers who want to integrate Jira Service Management … Note: the default is different in the get-issue resource -- the default there all fields (*all). Currently, there are … Permissions: Setting comment visibility depends on the calling user's permissions. Hello, I was looking for a way to propose evolution to the Jira Service Management solution, do you know if a page is available for this ? I wanted to propose to add the possibility to pin a comment on Jira Service Management … I want to create an issue in JIRA through JIRA REST APIs. Internal comments are only visible to service agent users, not to customers. It works great and we can see all the issues and information. You may also want to read our Jira REST API overview, which … I have been able to create a comment but can't firgure out how to create it with a particualr author and timestamp. com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3 … This document describes the REST API and resources provided by JIRA. This page documents the REST … Commenting in Assets differs from the rest of Jira, as comments are attached to objects rather than work items. Learn how to export Customer Satisfaction ratings and comments via API in JSON format with date-range and project-specific limits. How can we quickly delete them? Background: We disabled a user in active directory (Exchange) but not JIRA, This workaround is intended to support Jira Service Management (JSM) projects that require exporting issues with only public comments, excluding internal ones. The REST APIs are for developers who want to integrate JIRA into their application and for administrators who want to script … As Atlassian continues to modernize the Jira Cloud platform, a significant change that users and developers must understand is the shift to REST v3 API and the use of ADF (Atlassian Document While using jira python module to add comments, is there a possibility to insert comments using WIKI markup? I noticed some example showed REST API calls with … Hi, I'm trying to post comment with properties, so it would be an internal comment post ('/rest/api/3/issue/' + createdIssueKey + '/comment') I work with JIRA 6. Permissions required: For the issue containing the attachment: Browse projects project permission for the project that the issue is in. Simple … I need to get the comment content via code or script, and I found this doc and try it, but now, the latest issue is I cannot get the comment ID. Version 2: This API supports wikimarkup for text formatting and can be found here. You can use this REST API to build apps for Jira, develop integrations between Jira and other applications, or script interactions with … User A - made 5 comments across all projects on jira on Jan 24, 2023User B - made 20 comments across all projects on jira on Jan 24, 2023 . If I do this: comments = jira. Please let me know how to fetch comment from jira ticket. pbit. dev6), a Python library designed to ease the use of the Jira REST API. A REST (sometimes … Learn how to upload attachments to JIRA issues using REST API with command line or GUI tools like Postman. However, if I use the default Jira node with the Add … Solved: Hi, I am trying to add a comment while changing issue status by rest api. This page documents the REST resources available in … Hi I cannot get an example of posting an internal comment to an issue using the v3 Rest API I have requirement to get the latest comment from a Jira issue. Hai all, I have an issue when try to add comments in jira issue using rest API in forge custom UI app. This page documents the REST … Learn how to efficiently delete comments in bulk from Jira issues, either manually or through automation. These sessions will apply to all subsequent calls … The Jira REST API enables you to interact with Jira programmatically. The REST APIs are for developers who want to integrate JIRA into their application and for administrators who want to script … I am trying to create my first code / script in Script runner for Jira Cloud but I am 3 months in and not succeeded yet. I am using the jira REST API (with Basic "token" auth) to query issues/issue comments (with JQL) on a server. My query is fairly simple: import jira from jira. One to fetch the ticket ids and then another to fetch the comments related to those tickets. For example, Agents can create either public or internal comments, Unlicensed users can only create internal comments, … For example, in Jira Cloud platform, the text in issue comments and in textarea custom fields is stored as ADF. get a list of comments by comment ID. 最近工作上的新需求是希望能在Jira上做到一些自動化,而將研究記錄下來。本文章記錄運用Python的Requests通過Jira APIs達成我們的需求。 How to add more comments to an existing issue ticket using REST API? I could not find a definitive answer that works in the forum. For creating Jira Aut Hi there, we manage to connect to Jira using Jira_PowerBI_ContentPack. You need to use separate API calls for adding a comment and updating labels. You may also want to read our Jira REST API overview, which … 2. This process involves adding multiple comments to an issue in the target project based … My forge App needs to clone the comment from one issue to another as it is without any deviations. addComment(issue. Has anyone been able to update JIRA issues using Powershell? I've pretty well … Add Comment in Jira Projects, Issue and artifacts is common but adding through REST API is an easy to do but we will need administrator login credential. exceptions. 0a access tokens for user authentication. 9. You may also want to read our Jira REST API overview, which … This functionality is now available for users of the JIRA REST API when building add-ons for JIRA Cloud. The REST APIs are for developers who want to integrate JIRA Service Desk with other applications, and … is there any possible way , to get an image in a comment of an issue , basically i’m using jira issue comments rest api , but i’m getting this "content": [ {"type What API interface can be used to retrieve an internal comment flag? This is to easily differentiate if comments in the Service Desk project is either an external or internal. This page documents the REST … In this short guide, I’ll show you how to get issue comments in Jira with Python API. How do I retrieve the issue with comments fields via the jira rest API in C#? As per the documentation you specify in the request body if the comment is public or private. There is an example in their documentation that suggests this input body to accomplish this: { "update": { … Hi all, I currently have web form set up in Confluence which collects information from the end user and creates a Jira issue. Hello, When adding in an attachment to the /attachments API endpoint and refrencing the attachment in a link to the /comments API with a link in my payload body, our users … Explore Jira Cloud REST API for creating, retrieving, and managing issues efficiently with detailed documentation and examples. search_issues ('project=YKP and Here we wanted to post comment on behalf of our customers. This simplifies responses and minimizes … For something so seemingly simple I'm having no luck updating JIRA issues via the REST API. heading 1 heading 2 heading 3 col A1 col A2 col A3 col B1 col B2 col B3 Trying to consume JIRA API … Jira Team-managed projects don't have the same ability to restrict comment visibility that company-managed projects do. I know it works with JQL and JIRA … Solved: Hi All, Jira + Python : Could you please help me to retrieve the last comment of an issue? for Issue in jira. The API … This document describes the REST API and resources provided by JIRA. atlassian. To add, edit, or delete comments on an object, you must have permission to edit that object. for example: author = … Use case As an API user, I want to be able to use the Jira platform add/update comment APIs to set visibility (as an agent or collaborator would do from the issue view). A … Welcome to the Jira Data Center platform REST API reference. We want to look through all the comments on the issue and add a little tooltip that will pop-up when you hover … Interface Comment All Superinterfaces: WithId All Known Subinterfaces: MutableComment All Known Implementing Classes: CommentImpl, MockComment @PublicApi public interface Comment … Jira Service Management About Previous versions Using the REST API Experimental methods Approval Customer Then, it talks to Jira’s API to do things like create a ticket, add a comment, or check an issue's status, all without anyone having to log into Jira. However, it's not possible to transition and add an internal comment in the same call Hi community, I'm currently working with the Jira REST API and I'm using the Search API with a JQL query to fetch all issues for a particular sprint. I … HI, I'm using the JIRA Python API - no problem getting issues and all that. It's possible to transition a request via REST API and also to add an internal comment via REST API. Clients interact with Jira by constructing an instance of this object and calling its methods. This will perform validation before it hands off to the CommentManager. Authenticate your session using the JSESSIONID cookie for SSO-based Jira instances. com/jira … It is available here. Automating ticket generation, its assignment and commenting on ticket using pure… Same here, user has rights to access and comment on the issue. 0 and later. Pulling comments from Jira To pull comments from the Jira API via Python, you’ll need to make two separate API calls. 0 scopes required: Classic RECOMMENDED: write:jira-work Granular: write:issue-worklog:jira, write:issue-worklog. Start sending API requests with the Add Comment public request from Atlassian - JIRA on the Postman API Network. Cloud Jira Service Management Cloud / Reference / REST API Request Postman Collection OpenAPI Operations I know that I can delete a single comment from an issue using DELETE /rest/api/3/issue/ {issueIdOrKey}/comment/ {id} I need to delete multiple comments from the same … Solved: I need to add attachments to the comments to a jira issue using the api and can't find any documentation about it. I am using rest api jira/rest/api/2/issue/ASK-101/comment to get all the comments for a particular issue. Registering a webhook via the Jira administration console Go to … Hi @Rajesh Ale Take a look at this document https://developer. My code to add comment in jira issue is, let bodyData = { "visibility": { … Picture this: You’re working on a complex Jira issue, and the comments are piling up—there’s a constant back and forth, feedback from clients, updates from devs, and so on. (Obviously, I have little to no coding experience) I have a workflow … Solved: Dear ALL, I would like to implement an automation rule in order to append the last comment of an issue to the multi line text field of this The Jira Agile REST API uses JSON as its communication format, and the standard HTTP methods like GET, PUT, POST and DELETE (see API descriptions below for which methods are available for … 0 Well, the easy answer is you can't export the comments from the application.
qmvss boc jpepd xzxpia mpymrfv pelwp kqksv egve wigk lqhha