1.2.0 • Published 5 months ago

@ens-davids/jira-tj-web-panel v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

WebComponent for integrating Ensemble's TJ within Adobe's Jira

Browser usage

You'll need to put two scripts inside your HTML file.

<script type="importmap">
  {
    "imports": {
      "tslib": "https://unpkg.com/tslib?module",
      "lit": "https://unpkg.com/lit/index.js",
      "lit/": "https://unpkg.com/lit/",
      "@lit/reactive-element": "https://unpkg.com/@lit/reactive-element/reactive-element.js",
      "@lit/reactive-element/": "https://unpkg.com/@lit/reactive-element/",
      "lit-element": "https://unpkg.com/lit-element/index.js",
      "lit-element/": "https://unpkg.com/lit-element/",
      "lit-html": "https://unpkg.com/lit-html/lit-html.js",
      "lit-html/": "https://unpkg.com/lit-html/"
    }
  }
</script>
<script
  src="https://www.unpkg.com/@ens-davids/jira-tj-web-panel@1.0.2/dist/src/jira-tj-web-panel.js"
  type="module"
></script>

and use the element like this

<jira-tj-web-panel
  jiraid="IDI-XXXX"
  jirasummary="The summary"
></jira-tj-web-panel>
1.2.0

5 months ago

1.1.0

5 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago