github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/fit/import-jira/Description (about) 1 #### What did you do? 2 3 fit import <jira url> 4 5 #### What did you expect to see? 6 7 import the issues 8 9 10 #### What did you see instead? 11 12 <nothing yet> 13 14 #### What version? 15 16 17 18 #### notes: 19 20 find the url 21 find the way a user will most easily find the url 22 how to provide the url 23 configuration is better than a cli argument because 24 it doesn't change and will be reusable. 25 implement a mvp 26 look for the taxonomy of tags that are needed 27 with the number of tag keys planned 28 making the system generic seems reasonable instead of 29 just supporting the existing four special values with similar implementations. 30 dynamic lists of keys is already implemented, so using that as a basis for loops 31 instead of hard coded exceptions feels expandable and reasonable. 32 make using the import easier 33 34 https://www.atlassian.com/blog/jira-software/how-to-maximize-your-jira-instance 35 How to maximize your jira instance... describes five types of apps/integrations people use 36 37 https://www.atlassian.com/webinars/software/5-use-cases-to-supercharge-jira-cloud 38 webinar: 5 use cases to supercharge Jira Cloud via Atlassian Marketplace. 39 automation - automation for jira. others: 40 scriptrunner, 41 power scripts, 42 jira misc workflow extension 43 jsu automation 44 test management - xray 45 https://marketplace.atlassian.com/categories/test-management 46 analytics (and reporting tools) - eazybi 47 https://marketplace.atlassian.com/categories/analytics-reports 48 time tracking - tempo timesheets 49 https://marketplace.atlassian.com/categories/time-tracking 50 integrations 51 slack, gmail, box, bitbucket. 52 53 54 beyond the scope of the project right now. 55