Hi there!
We are fetching text from jira tickets and comments to show them to our customers. To do this we are transforming Jira markup to Markdown. We have some problems on parsing attachments. I haven't found any documentation on which formats exist there. Until now, we have found that attachments can look like this:
Are there any other formats? We have to parse all of them and I'll be grateful if you could help!
@Alena Karnaukhova Welcome to the Atlassian community
Have you thought about using the API? You can pull the attachment via the API. https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#version
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.