-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jira Downloader without using JirAgileR #278
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
downloadJiraDatawithoutJiragileR+firstattemptatpagination
…unction to different paths I added pagination and amalgamated the parameter variables into the function calls themselves
Pagination working and issues and comments being downloaded via the f…
…d via the function to different paths sailuh#275 Added pagination and amalgamated the parameter variables into the function calls themselves
each file should download as a separate json document with its issue id and time downloaded appended to its name. The path for the file is the same but the filename has been changed in the geronimo config file as the function constructs the filename in its loop.
…m/Ssunoo2/kaiaulu into Jira_downloader_without_JirAgileR
Downloads each issue into a new file with a filename constructed from issue ID and date downloaded. Refresh capability not yet functional
sailuh#275 Jira Downloader now downloads each issue into separate files
The new Jira Downloader function is in the file: fetch_and_save_jira_issues.rmd. Also updated the News.md
Deleted unnecessary/duplicate files files sailuh#275
I changed the config files when working and testing have reverted them back for pull request
i sailuh#275 reverted config files values to original
I modified tools.yml for personal use and have reverted it to the original values
275-reverted-tools-to-original
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #278 +/- ##
=======================================
Coverage 27.37% 27.37%
=======================================
Files 21 21
Lines 2871 2871
=======================================
Hits 786 786
Misses 2085 2085 ☔ View full report in Codecov by Sentry. |
I altered the tools and config files and they should be the original values now
275-Tools-and-config-should-be-original
275-testdata-tools-also-reverted
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#275
Edit by Carlos: This PR was closed and continued on: #279