Skip to content

HTML template field formatter #4216

@jimmyjones2

Description

@jimmyjones2

The current functionality of turning a field into a link or image is great, but I've got a few use cases where it needs to be more flexible. For example, I'd like to have an image that's hyperlinked, or two links from a single field, or even just render a trusted field which contains HTML. How about a Raw type, where you can enter a fragment of HTML that will be used eg.

<a href="http://server/doSomething?{{value}}"><img src="http://server/images/{{value}}"></a>

or

Lookup in <a href="http://server/system1?{{value}}">system1</a>, 
<a href="http://server/system2?{{value}}">system2</a>

or

<b>Field contains: </b>{{value}}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions