Questions tagged [jira-mobile-connect]

JIRA Mobile Connect is a free, open-source library for collecting feedback and engaging with your mobile users to improve the quality of your application.

12 questions
4
votes
2 answers

JIRA rest api to fetch the activity stream

I am trying to get activity stream of my jira instance using the below api and it is not working , can anybody point me in the right direction ?
2
votes
0 answers

ERROR ITMS-90046: "Invalid Code Signing Entitlements"

while uploading my application to the appstore I will get this error: ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically,…
kimbl
  • 265
  • 1
  • 2
  • 12
2
votes
0 answers

JIRA Connect 1.2.1 imported as CocoaPod results in linker error for armv7

I'm trying to integrate both HockeyApp and JIRA Mobile Connect using CocoaPods, but linking fails for armv7. The CrashReporter framework seems to be in place but it complains about some PLCrashReporter symbol that can't be found for armv7…
1
vote
0 answers

Resolving duplicate symbols in cocoapods, when using, JIRAMobieConnect and Appcelerator Framework?

I need to use JiraMobileConnect and Appcelerator frameworks in my project. I guess the Appcelerator framework internally is using the same CrashReporter as JiraMobileConnect and I get a lot of Duplicate symbols errors. I see that CrashReporter…
1
vote
1 answer

HockeyApp SDK integration to PULL crash logs

HockeyApp have their iOS SDK that allows you to do the following things The SDK allows testers to update your app to another beta version right from within the application. It will notify the tester if a new update is available. The SDK also allows…
Rahul Sharma
  • 3,013
  • 1
  • 20
  • 47
0
votes
0 answers

Sending sms using transactional api from sfmc to Indian mobile number

I have created sms in content builder. Then tried triggering it to Indian mobile number But I didn't receive any sms. In marketing cloud, its showing the sms is delivered. I tried triggering to the following mobile number. eg: 91965566**** I need…
0
votes
1 answer

Two way communication in JIRA Mobile Connect for ios crashes the app due to sqlite locking

I am using the latest tag named "tip" and I am using JIRA on demand. I just incorporated JIRA mobile connect into my ios app and it is behaving a bit oddly i.e. it is going into an infinite loop and hangs my app. After turning the debug mode on and…
Jagmag
  • 10,283
  • 1
  • 34
  • 58
0
votes
1 answer

How to use SearchCount method of Search Service Interface of atlassian 6.2.1?

I am developing application related to jira. I want count of issues return by the jql query. i got searchCount method in this link but i am not getting how to use this method using instance.
0
votes
3 answers

Can We Export Our Jiras from Dashbord to an Excel Sheet?

Currently I'm using Jira 5.2 version. I would like to import the contents of my dashboard to an excel for an internal audit. Is it possible? Thanks in advance.
0
votes
1 answer

Crash reporter in jira (iPhone Application) is not working

I integrated Jira mobile connect(JMV) and installed crashreport SDK in my iOS app.But when my application crashes it does not post crash report to JIRA.Before some days it ask user to you want to send report to user or not in Alert View and when…
Ponting
  • 2,248
  • 8
  • 33
  • 61
0
votes
1 answer

jira mobile connect not creating an issue

I integrated Jira Mobile Connect into my iPhone application. When I click on send button in feedbackViewController, it shows an alert that your feedback is received. But in real, it does not create an issue in Jira. Even when I click on any of the…
Geek
  • 8,280
  • 17
  • 73
  • 137
0
votes
1 answer

How can I supplement the "environment" details provided by JMC (Jira Mobile Connect)?

I'm using JMC to collect feedback in an iOS application. I want to supplement the environment details it provides by adding in the ID of the logged-in sales rep. How can I do this?
Andrew
  • 11,894
  • 12
  • 69
  • 85