mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Fully working Jira connector using JQL
This commit is contained in:
parent
64b1394ec1
commit
4d1eb952b2
3 changed files with 37 additions and 26 deletions
|
@ -11,21 +11,22 @@
|
|||
<p>Your Documize administrator needs to provide Jira connection details before usage.</p>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{#if authenticated}}
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
<label for="gemini-url">Jira Query Language</label>
|
||||
{{focus-input id="jira-jql" type="text" value=config.jql class="form-control"}}
|
||||
<small class="form-text text-muted">Find issues using JQL</small>
|
||||
</div>
|
||||
<button class="btn btn-secondary font-weight-bold" {{action 'onPreview'}}>Preview</button>
|
||||
<form {{action 'onPreview'}}>
|
||||
<div class="form-group">
|
||||
<label for="gemini-url">Jira Query Language</label>
|
||||
{{focus-input id="jira-jql" type="text" value=config.jql class="form-control" placeholder="e.g. (status = resolved AND project = SysAdmin) OR assignee = bobsmith"}}
|
||||
</div>
|
||||
<button type="submit" class="btn btn-secondary font-weight-bold">Preview</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row my-5">
|
||||
<div class="col-12">
|
||||
{{{issuesGrid}}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue