简体   繁体   English

如何编写创建JIRA票证的iOS模块?

[英]How can I write an iOS module that creates JIRA tickets?

I am typically faced with this workflow when submitting iOS bugs with screenshots: 在提交带有屏幕截图的iOS错误时,我通常会遇到此工作流程:

  • Take screenshot on iOS device 在iOS设备上截屏
  • Open pictures 打开图片
  • Find the specific picture 找到具体的图片
  • Email picture 电邮图片
  • Download picture from email 从电子邮件下载图片
  • Create JIRA ticket 创建JIRA票证
  • Find and attach screenshot 查找并附加截图
  • Submit ticket 提交门票

I would like to change it to this: 我想把它改成这个:

  • Take screenshot on iOS device (a JIRA bug submission form then pops up) 在iOS设备上截取屏幕截图(然后弹出一个JIRA错误提交表单)
  • Fill out the form on iOS device with screenshot pre-attached. 在iOS设备上填写表格并预先附上屏幕截图。
  • Submit ticket 提交门票

How can I do this? 我怎样才能做到这一点?

More specifically: 进一步来说:

  1. What frameworks or libraries do I need to use/understand on both the iOS and JIRA sides? 在iOS和JIRA方面我需要使用/理解哪些框架或库?
  2. How can I intercept the screenshot capture mechanism (Home + Off button) and open a view over the application? 如何拦截屏幕截图捕获机制(Home + Off按钮)并打开应用程序视图?
  3. How can I drop this code module in to any project so that it "just works" with very little changes to any project files or plists. 如何将此代码模块放入任何项目中,以便只需对任何项目文件或plist进行非常少的更改即可“正常工作”。 See FoneMonkey 见FoneMonkey

Did you ever try mobile connect SDK from Atlassian: 你有没有试过Atlassian的移动连接SDK:

Jira Mobile Connect Jira Mobile Connect

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS-如何检查SBJson创建的JSON NSData? - IOS - How can I inspect the JSON NSData the SBJson creates? 如何将 XMP 元数据写入 iOS 上的 QuickTime 视频? - How can I write XMP metadata to a QuickTime video on iOS? 如何在iOS上阅读 - 修改 - 编写PDF(CGPDFDocument)? - How can I read-modify-write a PDF (CGPDFDocument) on iOS? 我可以用JavaScript编写iOS(Cocoa)应用程序吗? - Can I write iOS (Cocoa) apps in JavaScript? 我只能在'c'中编写ios框架吗? - Can i write an ios framework in 'c' only? iOS:我无法写入文件 - iOS : I can't write my file 如何在iOS中写入图像文件,以便可以在内置的“照片”应用中打开它们? - How can I write image files in iOS such that I can open them in the built in Photos app? 如何通过 Android/iOS 上的不同线程同时读取和写入一个文件? - How can I read & write one file at same time by different threads on Android/iOS? 如何使用 Cordova 文件插件读取/写入 Android/iOs 设备子目录中的文件? - How can I read/write files in Android/iOs devices subdirectories using Cordova File Plugin? 如何在React JS中编写一个小功能并将其与IOS和android应用程序集成? - How can I write a small feature in react JS and integrating it with both IOS and android app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM