Skip to content

Tags: ClearTax/jira-lint

Tags

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable validation for jira issue status (#33)

* Added status field to the JiraDetails object. Updated tests for the new field

* Added support for validating jira issue status based on allowed list. Fixed eslint issues

* Added issue status validation and also added status to the PR description

* Tidied up flag names

* Updated documentation

* Removed duplication option

* Fxed typo in readme

* Fixed isIssueStatusInvalid condition

* Regenerated index.js after merging from upstream

* Added await to async call for adding a PR comment

* Updated readme based on suggested changes on PR review

Co-authored-by: Aditi Mohanty <rheaditi@users.noreply.github.com>

* Update README.md - applied suggested markup changes from PR review

Co-authored-by: Aditi Mohanty <rheaditi@users.noreply.github.com>

* Update README.md - Fixed typo suggested during PR review

Co-authored-by: Aditi Mohanty <rheaditi@users.noreply.github.com>

* Fixed allowed_issue_statuses description from PR review

Co-authored-by: Aditi Mohanty <rheaditi@users.noreply.github.com>

* Shortened if conditions based on PR review suggestion

Co-authored-by: Aditi Mohanty <rheaditi@users.noreply.github.com>

* Removed duplicate status field from issue status markup

Co-authored-by: Aditi Mohanty <rheaditi@users.noreply.github.com>

v0.0.1

Toggle v0.0.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add support for JIRA (port from pivotal-lint) (#1)

* Remove everything

* Add support for JIRA

* Minify to reduce size

* remove unused filterArray method and add final build

* remove unused import

* rename getDetails to getTicketDetails to make it more specific

* Add the test

* Use the last match

* Labels without spaces

* Fix closing quote

* use uppercase keywords

* update readme to remove pivotal-lint references

* update the image url in readme

* fix tests

* skip the last test

Co-authored-by: Raj Anand <rajanand0202@gmail.com>