I have added company Jira Site to VS code. I am able to open issues using Jira Number. But I want to see all the Jira Issues using JQL. How do I view all the Jira Issues.
Official Plugin from Atlassian
When using the plugin from Visual Studio Marketplace: Jira and Bitbucket (Atlassian Labs), you can use the JIRA issues explorer:
Jira Software issues in VS Code
The Jira issue explorer displays all open issues, or you can customize the query using JQL.
See also:
Jira Software and Bitbucket in VS Code - Work Life by Atlassian
atlassianlabs / atlascode / issues / #692 - Imported filter and custom JQL return no results but show results in Jira — Bitbucket
Other plugins
Or you can use the plugin Jira Issues:
Custom filtering
By default you will see issues assigned to you that have not yet been resolved but you can provide your own JQL (Jira Query Language) expression to filter issues exactly the way you want.
jira.jqlExpression
Related
I am trying to install TFS plugin with "**http://dl.microsoft.com/eclipse/tfs**", its showing up couldn't find any software on this link.
Accessing the website in a brower i mentioning that teh web appa is stopped. Th update doesn't seem to be available anymore.
I guess tfs was related to https://marketplace.eclipse.org/content/team-explorer-everywhere , thei indicate on their page to go directly to github an dinstall manually https://github.com/microsoft/team-explorer-everywhere/releases
I have a project on IBM Cloud's Git Repos and Issue Tracking service (built on GitLab CE) at https://git.ng.bluemix.net. I'd like to export the issues in my project for reporting purposes, but I don't see any option provided in the project UI. Is there some way to export my project's issues into a spreadsheet?
At the moment, exporting GitHub issues to CSV appear to only be supported in Enterprise editions of GitLab.
However, there appear to be third party options for Community Edition. See the thread here for more details.
I just wrote a blog post on this on IBM developer works, entitled Getting Data from your IBM Cloud GitHub Project. The blog is short, its a quick read.
The the code I used (Python 2.7) is out on GitHub, in a project called IBMCloud_GitLab_CSV. It probably doesn't do exactly what you want, but the code is pretty simple and it does dump the data into a CSV file which you can use.
Can some one please help me connecting to JIRA 7 in SonarQube JIRA plugin ?
After giving correct inputs for
server url, username, password, JIRA Project key
Its not working and show error as "Impossible to connect to the JIRA server ".
sonar log also does not show any error related to this.
SOAP base url in JIRA plugin setting in SonarQube is blank and also accessing http://{my jira url}/rpc/soap/jirasoapservice-v2 give 404 error.
even though its enabled in my JIRA 7.
In below SonarQube page, it seems its last update is in December related to version descriptions.
http://docs.sonarqube.org/display/PLUG/JIRA+Plugin#JIRAPlugin-Requirements
http://docs.sonarqube.org/pages/diffpagesbyversion.action?pageId=1442016&selectedPageVersions=101&selectedPageVersions=102
Searching on Google finding few post where it says
"The JIRA Plugin is not compatible with JIRA 7 or newer."
SonarQube cannot connect to JIRA 7 with REST API
"Jira SOAP API has been removed in Jira 7"
https://github.com/SonarSource/sonar-jira/issues/3
So please let me know if anyone khows how to connect to JIRA 7 in SonarQube JIRA plugin.
My SonarQube verion is 5.2 and also checked with 5.4.
SonarQUbe JIRA plugin version is 1.2.
My JIRA version is 7.2.0-OD-05-030.
Thanks,
Sandeep
You found out the answer already: Jira Plugin is not compatible with Jira 7. There is no workaround/fix, otherwise it would already be mentioned in the related GitHub issue.
Note that the underlying functionality of linking SonarQube issues to 3rd-party ticketing systems is being dropped altogether (SONAR-6717). Equivalent grouping/planning of issues can be done using tags and filters, see this blog post for more details.
Is it possible to query YouTrack issues from a different client other than the web client? For example, is there any connector available for listing YouTrack issues from a different IDE other than Idea (Netbeans or anything else etc)?
Here you can find a ReSharper plugin for YouTrack: https://github.com/JetBrains/YouTrackForReSharper. Furthermore, here's a description of YouTrack REST API: http://confluence.jetbrains.com/display/YTD3/YouTrack+REST+API+Reference which you can use if you want to integrate YouTrack with almost any kind of tool.
Alexander
I'm having trouble finding the official home of the MercurialEclipse plugin (is there one?), and I have a weird feeling there are actually multiple projects by this name.
Here are some of the projects I've found:
http://code.google.com/a/eclipselabs.org/p/mercurialeclipse/
http://www.javaforge.com/project/HGE
http://www.intland.com/products/mercurialeclipse/overview/
https://bitbucket.org/mercurialeclipse/main/wiki/Home
See also this ticket I filed: http://www.javaforge.com/issue/23290
It appears the home has moved back to bitbucket.
https://bitbucket.org/mercurialeclipse/main
At least that is where active bugs/feature_requests are supposed to be filed, according to this note.
New project home on Bitbucket
Furthermore, as of today (9/20/12):
javaforge is at MercurialEclipse 1.9.1
bitbucket is at MercurialEclipse 2.0
The MercurialEclipse 2.0 version has shifted to using JavaHg for its mercurial interactions.
Since Intland Software (owners of JavaForge) are developing and maintaining the plugin, the official web site is http://www.intland.com/products/mercurialeclipse/overview/, and their official project page http://www.javaforge.com/project/HGE.
The BitBucket page stems from the time when the plugin was developed by Vectrace, but they transferred the project maintenance to Intland, so it’s no longer relevant.
Regarding the Google Code page, see http://www.jroller.com/andyl/entry/how_open_is_mercurialeclipse — At some point in time Intland started requiring a login to JavaForge to use the plugin, which provoked a let’s say... vivid response. However they reverted this behaviour quickly, and as Intland has contributed so much to the project, I forgive them. Before they jumped in, the project had stagnated. In the meanwhile one of the original Vectrace developers of the project created this Google Code project though. If you are sympathetic to that, I guess you could consider the Google Code project the official repository.
The google code one should be the official home.
However to install it the official update site is :
http://mercurialeclipse.eclipselabs.org.codespot.com/hg.wiki/update_site/stable
Gone restricted again at intland:
www.intland.com/products/mercurialeclipse/overview/
www.intland.com/products/other-products/
Their codebeamer tracker and repo is stuck on 1.9.1:
www.javaforge.com/project/HGE
So i guess, bye bye javaforge.
Both code.google.com and bitbucket.org projects have code and are accepting issues.
code.google.com/a/eclipselabs.org/p/mercurialeclipse/
bitbucket.org/mercurialeclipse/main/overview
Of these, bitbucket seems to be more up to date.
They mention however the same URL for eclipse installer:
http://mercurialeclipse.eclipselabs.org.codespot.com/hg.wiki/update_site/stable