Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

willpowell8/JIRAMobileKit

Repository files navigation

CI StatusVersionLicensePlatform

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 runpod install from the Example directory first.

Requirements

Installation

JIRAMobileKit is available throughCocoaPods. To installit, 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 ishttps://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,willpowell8@gmail.com

License

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp