Hi
I run this query using perl script
use JIRA::REST;
my $search = $jira->GET('/search', {
jql => "project = \"MNAND QRA ITALY\"",
maxResults => 1000,
});
generally it works correctly, but a couple of days ago it started to respond with
JIRA::REST Error[400 - Bad Request]:
- Error in the JQL Query: The character '%' is a reserved JQL character. You must enclose it in a string or use the escape '\u0025' instead. (line 1, character 8)
Which could be the issue???
Hi Martin,
I'm afraid it's an oversight. Who wouldn't want to create branches? :)
In the short term you can, if you so desire, disable the entire "Atlassian JIRA - Plugins - Development Integration Plugin" plugin or the "Create Branch CTA Link Factory" module in "Manage add-ons". This will have the downside of disabling create branch for projects that might be linked to Stash.
If this becomes a problem feel free to raise an improvement.
Cheers,
Charles
Hi Charles - :) I love branching - but not a lot of good creating a branch in Git / Stash when my project is in SVN / Fisheye ;)
I've got a support call in on this as well as its clear the Dev Tools features assume only 1 type of VCS in use as such the Source / Commit tabs on the projects and issues, as well as this create branch feature do not work as expected when both fisheye and stash are connected to JIRA.
Disabling the whole feature is not an option as we have projects using both.
Project level configuration via the project links seems an obvious way to go here, so will pursue through support ticket and get an enhancement raised.
Thanks for reply
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"disable the entire "Atlassian JIRA - Plugins - Development Integration Plugin" plugin or the "Create Branch CTA Link Factory" module in "Manage add-ons"" Neither of these options exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Martin
We have exactly the same issue here ... some JIRA projects use Bitbucket and some use Subversion (via Fisheye).
Did anything come of your support call to Atlassian on this? Is there a ticket to vote for?
Thx
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
Under manage plugins, change the filter from "user-installed" to "Application components" or "All". "Atlassian JIRA - Plugins - Development Integration Plugin" is an "application component".
From there you'll click through to the module list and hovering over it will give you a disable (or enable) option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.