README.md in embulk-input-jira-0.2.5 vs README.md in embulk-input-jira-0.2.6

- old
+ new

@@ -15,13 +15,14 @@ * **Resume supported**: no * **Cleanup supported**: no * **Guess supported**: yes ## Configuration +**Since JIRA is going to deprecate the basic authentication with passwords and cookie-based authentication to their APIs, we highly recommend you to use email and API key to authenticate to JIRA APIs. [Deprecated notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/)** -- **username** JIRA username (string, required) -- **password** JIRA password (string, required) +- **username** JIRA username or email (string, required) +- **password** JIRA password or API keys (string, required) - **uri** JIRA API endpoint (string, required) - **jql** [JQL](https://confluence.atlassian.com/display/JIRA/Advanced+Searching) for extract target issues (string, required) - **columns** target issue attributes. You can generate this configuration by `guess` command (array, required) - **retry_initial_wait_sec**: Wait seconds for exponential backoff initial value (integer, default: 1) - **retry_limit**: Try to retry this times (integer, default: 5) @@ -44,7 +45,7 @@ ``` ## Build ``` -$ bundle exec rake build -``` +$ ./gradlew gem # -t to watch change of files and rebuild continuously +``` \ No newline at end of file