Skip to content
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

Jira - HTML - Jira: Keep image attributes #6234

Closed
Estigy opened this issue Mar 30, 2020 · 0 comments
Closed

Jira - HTML - Jira: Keep image attributes #6234

Estigy opened this issue Mar 30, 2020 · 0 comments

Comments

@Estigy
Copy link

Estigy commented Mar 30, 2020

The fix for #6212 imports thumbnail images as regular image links. The re-imported to jira, those attributes get lost.

It would be great, if the chain
Jira Reader => HTML Writer => HTML Reader => Jira Writer
could be lossless in this regard.

Maybe add a data attribute or css class to the HTML output to store the information?

Thanks in advance, Estigy

@tarleb tarleb added the writer label Mar 30, 2020
tarleb added a commit that referenced this issue Mar 30, 2020
Jira images attributes as in `!image.jpg|align=right!` are retained as
key-value pairs. Thumbnail images, such as `!example.gif|thumbnail!`,
are marked by a `thumbnail` class in their attributes.

Related to #6234.
@tarleb tarleb closed this as completed in e8e6c82 Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants