Skip to main content
Closed for Voting

The Jira plugin is *awful*

Related products:Freshdesk
  • April 13, 2016
  • 81 replies
  • 143 views

Show first post

81 replies

  • Contributor
  • October 17, 2019

We just enabled it to give a try. It says "On Trial" in the plugin. Does that mean there is a free trial period? If so, what is the cost? I couldn't find anything on your website except "request a quote".


  • Contributor
  • October 17, 2019

since you installed the new version. We will give you the app for free


  • Contributor
  • October 17, 2019

check now the trial message should not be there.You are the luckiest one since you installed our new version.This was just done for you :)


  • Contributor
  • October 17, 2019

please do post your feedback on the app here 


  • Contributor
  • October 29, 2019

since one of the users we gave the app free is no longer using it so we are the app to second person who can install the app and start using it


  • Community Debut
  • December 4, 2019

I see this in my Chrome browser console:

vendor-67a17ec07e989ef0d7c4188550c4b1f1.js:89 Deprecation warning: moment().subtract(period, number) is deprecated. Please use moment().subtract(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.

e.(anonymous function) @ vendor-67a17ec07e989ef0d7c4188550c4b1f1.js:89

28833:1 Mixed Content: The page at 'https://support.pubnub.com/a/tickets/8833' was loaded over HTTPS, but requested an insecure image 'cid:~WRD000.jpg'. This content should also be served over HTTPS.

cid:~WRD000.jpg:1 Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME


There's a long-standing bug in Chromium regarding how links without protocols are handled. This error does not have a single solution till date because it arises due to a multitude of reasons. The ERR_UNKNOWN_URL_SCHEME error is commonly because of your browser issue . There's no application on your device which can handle that particular action. It is a Chromium bug . In Chrome version 40 and up, this bug has resurfaced, but only if you are manually entering the URL of the redirect page in the address bar. The bug in chromium is responsible, yet everytime a patch is added to solve, the error finds a new way to resurface. The issue is on the chromium issue tracker here.

Common solutions:

  • Prefixing your links with http:// (or https://) should resolve the issue in some cases
  • If Err_Unknown_Url_Scheme error occurs in mailto: or tel: links inside an iframe then you can try to add target="_blank" in your URL Scheme.