-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading attachments #16
Comments
JIRA's REST API has methods for listing and fetching the attachments. I did some initial testing with it a couple of years ago with ejira, having an Maybe a better way to do it would be to download those attachemts onto disk and then use a native application to open them (which in many cases would be Emacs). They would then also be available offline. What kind of attachment workflow would suit you best? |
If I can chime in here ... |
I would prefer to have a persistent cache folder downloading the attachments and displaying them inline. |
When a JIRA ticket has an attachment e.g. images, it is either referred to as:
How could I load the appropriate attachments in the buffer?
The text was updated successfully, but these errors were encountered: