This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <dependency> | |
| <groupId>org.mule.modules</groupId> | |
| <artifactId>mule-module-jira</artifactId> | |
| <version>1.1</version> | |
| </dependency> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <repository> | |
| <id>mulesoft-releases</id> | |
| <name>MuleSoft Snapshot Repository</name> | |
| <url>http://repository.mulesoft.org/releases/</url> | |
| <layout>default</layout> | |
| </repository> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <jira:update-project key="XYZ" notificationSchemeName="newNotificationSchemeName" url="http://www.mulesoft.com"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <jira:create-project key="XYZ" name="Cool Project" description="New sample project for blog" lead="Federico"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <jira:create-issue project="XYZ" type="bug" summary="Home page shows wrong version number" reporter="Federico" priority="1" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <geonames:find-nearby-pois-osm latitude="37.451" longitude="-122.18" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <geonames:find-nearby-wikipedia-by-lat-long latitude="37.392" longitude="-122.253" country="US" radius="5"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <geonames:wikipedia-search q="London" lang="es" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <geonames:postal-code-search-by-place-name placeName="San Francisco" country="US" maxRows="20" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <geonames:config username="demo"/> |