All Projects → willpowell8 → Jiramobilekit

willpowell8 / Jiramobilekit

Licence: mit
JIRA Mobile Kit a framework for raising bugs within your app including screenshots easily. JIRA Bug Raising written in Swift. iOS JIRA SDK Swift 3-4

Programming Languages

swift
15916 projects
swift3
66 projects

Projects that are alternatives of or similar to Jiramobilekit

Hackers
Hackers is an elegant iOS app for reading Hacker News written in Swift.
Stars: ✭ 513 (+1454.55%)
Mutual labels:  iphone, cocoapods
Bblocationmanager
A Location Manager for easily implementing location services & geofencing in iOS. Ready for iOS 11.
Stars: ✭ 107 (+224.24%)
Mutual labels:  iphone, cocoapods
Datepicker
A Date Picker with Calendar for iPhone and iPad Apps.
Stars: ✭ 103 (+212.12%)
Mutual labels:  iphone, cocoapods
Ios
OwnTracks' iPhone App
Stars: ✭ 222 (+572.73%)
Mutual labels:  iphone, cocoapods
SpecTools
Write less test code with this set of spec tools. Swift, iOS, testing framework independent (but works well with Quick/Nimble or directly).
Stars: ✭ 38 (+15.15%)
Mutual labels:  iphone, testing-framework
Chipagecontrol
A set of cool animated page controls written in Swift to replace boring UIPageControl. Mady by @ChiliLabs - https://chililabs.io
Stars: ✭ 2,909 (+8715.15%)
Mutual labels:  iphone, cocoapods
Device
Light weight tool for detecting the current device and screen size written in swift.
Stars: ✭ 1,503 (+4454.55%)
Mutual labels:  iphone, cocoapods
Ghconsole
An elegant and easy way to show a console in your app. 一种优雅简单的方式在app中显示控制台。
Stars: ✭ 411 (+1145.45%)
Mutual labels:  iphone, cocoapods
Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+87251.52%)
Mutual labels:  iphone, cocoapods
Request.swift
A tiny HTTP client written in swift. URLSession alternative
Stars: ✭ 14 (-57.58%)
Mutual labels:  cocoapods
Ctpanoramaview
A library that displays spherical or cylindrical panoramas with touch or motion based controls.
Stars: ✭ 951 (+2781.82%)
Mutual labels:  cocoapods
Czsharedimage
Optimize iOS image loading by sharing UIImage objects.
Stars: ✭ 13 (-60.61%)
Mutual labels:  cocoapods
Preloader.ophiuchus
Custom Label to apply animations on whole text or letters.
Stars: ✭ 880 (+2566.67%)
Mutual labels:  cocoapods
Avsqldebugger
A Simple Core Data Debugger that will look inside your apps DB
Stars: ✭ 30 (-9.09%)
Mutual labels:  cocoapods
Tkswitchercollection
An animation switch collection
Stars: ✭ 877 (+2557.58%)
Mutual labels:  cocoapods
Swiftlyext
SwiftlyExt is a collection of useful extensions for Swift 3 standard classes and types 🚀
Stars: ✭ 31 (-6.06%)
Mutual labels:  cocoapods
Asynchronous
Implementation-agnostic asynchronous code
Stars: ✭ 13 (-60.61%)
Mutual labels:  cocoapods
Streetmusicmap
StreetMusicMap is a collab line up of street music performers from all over the world.
Stars: ✭ 13 (-60.61%)
Mutual labels:  iphone
Bfkit Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
Stars: ✭ 963 (+2818.18%)
Mutual labels:  cocoapods
Ios Category
iOS 工具分类整理
Stars: ✭ 30 (-9.09%)
Mutual labels:  cocoapods

JIRAMobileKit

CI Status Version License Platform

JIRA Mobile KIT is a plugin written from the group up in swift to enable fast

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

JIRAMobileKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "JIRAMobileKit"

Configuring

To start JIRA you can setup the JIRA connection using the following command:

JIRA.shared.setup(host: "[[JIRA_URL]]", project: "[[PROJECT_KEY]]", defaultIssueType: "[[DEFAULT_ISSUE_TYPE]]")

The parameters you should use:

  • [[JIRA_URL]] - this is the url of where to your jira instance is located. Eg for a cloud JIRA install it is https://company.atlassian.net
  • [[PROJECT_KEY]] - this is the short key related to your project. Note your tickets for a project get created like [[PROJECT_KEY]]-TicketNumber
  • [[DEFAULT_ISSUE_TYPE]] - (optional) this is the name of your ticket type. By default it is set as Bug.

Raising an issue

Then to raise a JIRA issue:

JIRA.shared.raise()

Author

willpowell8, [email protected]

License

JIRAMobileKit is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].