Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General

SectionNameDescriptionDefaultWidgetValidations
Basic




Jira URL

URL of Jira instance

Example: https://issues.cask.co


Text Box
Filter Mode

Possible values:

  • Basic
  • JQL
  • Jira Filter Id
BasicSelect
project

Projects

(for mode Basic)

List of project names.


List
issueType

Issue Types

(for mode Basic)

List of issue types.

E.g. Improvement, Bug, Task etc.


List
status

Statuses

(for mode Basic)

List of Issue statuses.

E.g. Open, In Progress, Reopened, Resolved


List
priority

Priorities

(for mode Basic)

List of Issue priorities.

E.g. Critical


List
reporter

Reporters

(for mode Basic)

List reporter name ids.

e.g. aonishuk


List
assignee

Assignees

(for mode Basic)

List assignee reporter ids

e.g. aonishuk


List
fixVersions

Fix Versions

(for mode Basic)

List of fix versions

e.g. 6.1.0


List
affectedVersions

Affected Versions

(for mode Basic)

List of affected versions

e.g. 6.1.0


List

Labels

(for mode Basic)

List of labels on issues.

e.g. urgent.


List

updateDateFrom

(for mode Basic)

Start for range of update date.

Can be used without end date.


Text Box

Validate if valid date.

updateDateTo

(for mode Basic)

End for range of update date.

Can be used without start date.

Text Box


Validate if valid date.

labels

(for mode Basic)

List of labels on issues.

e.g. urgent.

List

JQL query

(for mode JQL)

A query in Jira Query Language (JQL), which is used to fetch issues.

Example:

project = CDAP AND priority >= Critical AND (fixVersion = 6.0.0 OR fixVersion = 6.1.0)


Text BoxCheck if is valid URI

Jira Filter Id

(for Jira Filter Id)
An id of jira filter, which will be used to fetch issues.
Number
AuthenticationUsername

Used for basic authentication.


Text BoxValidate if we can authenticate
PasswordUsed for basic authentication.
PasswordValidate if we can authenticate
AdvancedMax Split Size

Maximum number of issues which will be processed in a single split.

If set to 0 everything will be processed in a single split.

1000Number

Why no OAuth2 Authentication?

...