Try now Demo en
  • en
  • fr
  • de
  • Solutions
    • Use cases
      • Modern IntranetBuild strong internal culture & sense of belonging
      • Collaboration PlatformEfficient teamwork and project collaboration
      • Social NetworkEngage users & recognize contributions
      • Knowledge hubCentralize, organize and share company knowledge
      • Application PortalUnified access to business applications and information
    • Switch to eXo
      • Microsoft 365 AlternativeAn open-source digital workplace alternative to M365
      • Migrate to eXo PlatformA guided, secure migration path from your existing tools to eXo
  • Product
    • Overview
      • Platform overviewExplore core capabilities
      • Why eXoKey differentiators
      • InternationalisationMultilingual environments
      • MobileBranded mobile applications
    • Platform
      • No CodeTailor to your needs without code
      • IntegrationsConnectors & extension capabilities
      • Controlled AIGoverned, extensible AI
    • Technology
      • ArchitectureArchitecture & technology
      • SecuritySecurity measures
      • Open sourceComponents & licensing
  • Offers
    • EnterprisePrivate cloud or on-premise deployments
    • eXo HubsReady-to-use SaaS edition for teams
    • Compare EditionsCompare editions and choose the right fit
    • OEM EditionFor software vendors & service providers
    • ServicesDiscover eXo professional services
  • Resources
    • Resource center
      • Case studies
      • White Papers
      • Datasheets
      • Videos
    • FAQsAbout the software, the community and our offers
      • Platform & Use Cases
      • AI & Responsible AI
      • Deployment, Security & Compliance
      • Open-source, Pricing & Services
    • From The Blog
      • eXo Platform 7.1 is released
      • Digital sovereignty: when public organizations move from words to action
      • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
  • Community
    • CommunityJoin our online community platform
    • DownloadLaunch eXo platform in your infrastructure
    • Source codeSource code on github
    • REST APIs & DocumentationAll REST APIs available in eXo Platform
  • Company
    • About us
    • Customers
    • Partners
    • Contact us
    • Newsroom
  • Menu mobile
    • Enterprise Offers
    • Blog
    • About us
    • Resource center
    • Careers
    • Contact us
    • Try eXo
Use cases
  • Modern Intranet Build strong internal culture & sense of belonging
  • Collaboration Platform Efficient teamwork and project collaboration
  • Social Network Engage users & recognize contributions
  • Knowledge hub Centralize, organize and share company knowledge
  • Application Portal Unified access to business applications and information
Switch to eXo
  • Microsoft 365 Alternative An open-source digital workplace alternative to M365
  • Migrate to eXo Platform A guided, secure migration path from your existing tools to eXo
Overview
  • Platform overview Explore core capabilities
  • Why eXo Key differentiators
  • Internationalisation Multilingual environments
  • Mobile Branded mobile applications
Platform
  • No Code Tailor to your needs without code
  • Integrations Connectors & extension capabilities
  • Controlled AI Governed, extensible AI
Technology
  • Architecture Architecture & technology
  • Security Security measures
  • Open source Components & licensing
Enterprise Private cloud or on-premise deployments
eXo Hubs Ready-to-use SaaS edition for teams
Compare Editions Compare editions and choose the right fit
OEM Edition For software vendors & service providers
Services Discover eXo professional services
Resource center
  • Case studies
  • White Papers
  • Datasheets
  • Videos
FAQs About the software, the community and our offers
  • Platform & Use Cases
  • AI & Responsible AI
  • Deployment, Security & Compliance
  • Open-source, Pricing & Services
From The Blog
  • eXo Platform 7.1 is released
  • Digital sovereignty: when public organizations move from words to action
  • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
Community Join our online community platform
Download Launch eXo platform in your infrastructure
Source code Source code on github
REST APIs & Documentation All REST APIs available in eXo Platform
About us
Customers
Partners
Contact us
Newsroom
Enterprise Offers
Blog
About us
Resource center
Careers
Contact us
Try eXo
  1. Accueil
  2. Uncategorized
  3. How to Mash-up Activity Streams from Jira, Sonar and Jenkins

How to Mash-up Activity Streams from Jira, Sonar and Jenkins

We are going to build a space that follows the development of a piece of software. We are going to take as an example the development of eXo Platform.

We want to integrate events from the tools that are used by the development team:

  • Our task manager: Jira
  • Our code quality tool: Sonar
  • Our building system: Jenkins

Create the space and configure it

We need to create a space for the eXo Platform Development Team members to share:

  • From the home page go to “My Spaces”.
  • Create a new space and call it eXo Platform Development.

01-xadd-new-space

  • Switch to the “Invite users from group” tab and add the development team as the space’s members.

02-xinvite-members

  • The Dashboard application is not present by default, so let’s add it into your new space:

03-xcreate-dashboard

  • 1/ Go to “Space Settings”.
  • 2/ Click on the “Applications” tab.
  • 3/ Click “Add Application”.
  • 4/ Select the “Tools” category.
  • 5/ Select “Dashboard” and click “Add”.

Now we will add the gadgets to track our development:

  • Go to the “Dashboard” and click on “Add Gadgets”.

04-xadd-gadgets

  • Enter the following URL into the text box and click on the + button: https://raw.github.com/exo-addons/resource-center/master/jira-sonar-hudson-gadget/sonar-gadget.xml

05-xenter-gadgets-url

  • In the list, select the eXo Platform project and save.

06-xsave-gadget-preferences

Then repeat these steps for the Jira gadget:
https://raw.github.com/exo-addons/resource-center/master/jira-sonar-hudson-gadget/activitystream-gadget.xml
and the Jenkins gadget:
https://raw.github.com/exo-addons/resource-center/master/jira-sonar-hudson-gadget/jenkins-gadget.xml

For the Jenkins gadget, you need to edit the preferences of the gadget to change the project and enter the url of the Jenkins page you want to follow.

The result looks like this:

07-xgadget-results

Integrate data into the activity stream of a space

Thanks to the extensibility of eXo Platform, we can republish feeds into different stream. The Feedmash service is an extensible service that can take an RSS feed and push the entries into the activity stream of a user or a space. By default, eXo Platform has two of them: Jira and Jenkins.

To configure Feedmash, you need to add JiraFeedConsumer and HudsonFeedConsumer as scheduled jobs (FeedmashJobPlugin). Use the configuration.xml file as a sample and put it into gatein/conf/portal/portal/
https://raw.github.com/exo-addons/resource-center/master/jira-sonar-hudson-gadget/configuration.xml

If the file already exists there, you can easily add the configuration into it.

Our activity stream should now look like this:

08-xactivity-stream-result

Summary

We’ve shown you how to build a customized space that meets the needs of a typical developer team. We added gadgets to a shared dashboard giving the development status and the project’s events, and republished the information into an activity stream as well. You can now start to create your own spaces and customize them to meet your specific needs.


make-the-most-out-of-eXo-platform4

Make the most out of eXo Platform 4

Register to the next webinar and get a complete overview of what you can do with eXo Platform 4. Reserve your seat now!

Brahim Jaouane

I am a Digital Marketing specialist specialized in SEO at eXo Platform. Passionate about new technologies and Digital Marketing. With 10 years' experience, I support companies in their digital communication strategies and implement the tools necessary for their success. My approach combines the use of different traffic acquisition levers and an optimization of the user experience to convert visitors into customers. After various digital experiences in communication agencies as well as in B2B company, I have a wide range of skills and I am able to manage the digital marketing strategy of small and medium-sized companies.

Full-featured digital workplace with everything your employees need to work efficiently, smartly integrated for a compelling employee experience

  • Product
    • Software tour
    • Internationalisation
    • Mobile
    • No Code
    • Architecture
    • Integrations
    • Security
    • Open Source
  • Uses cases
    • Employee Portal
    • Knowledge management
    • Entreprise Social Network
    • Employee Engagement
    • Community Management
    • Extranet
  • Guides
    • What is a digital workplace?
    • Intranet guide
    • What is an extranet?
    • Employee engagement
    • Collaboration guide
    • Teamwork guide
    • Internal Communication guide
  • Enterprise
    • Product offer
    • Services Offer
    • Customers
    • About us
  • Resources
    • FAQs
    • Resource Center
    • Intranet Portal
    • What Is a Collaboration Software?
    • Talent Management
    • Employee Connection
    • Employee Intranet
    • Improve internal communication
    • eXo Tribe
  • Terms and Conditions
  • Legal
  • Privacy Policy
  • Accessibility
  • Contact us
  • Sitemap
  • Facebook
  • Twitter
  • LinkedIn
wpDiscuz