You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
This is something that I have been trying to do for WordPress instance and thought might be a good idea to share.
I have been recently working on this and got it running:
1. Install RSS Widget in WordPress
2. Create a filter in JIRA and share
3. In the filter screen Export>RSS (issues) and right click to coyp URL
4. Go to WP RSS Widget and add the RSS URL and add also the username and password attributes who has read-only access to JIRA Project which should look like this:
https://jirainstance.com/sr/jira.issueviews:searchrequest-rss/XXXXX/SearchRequest-XXXXX.xml?tempMax=10&os_username=uxwpuser&os_password=uxwppassword
Where:
If you have the JIRA instance running over https and having issues accessing JIRA from WP: do the following:
Add the following lines to http.php located in /var/www/wp-includes/
function wp_safe_remote_request( $url, $args = array() ) {
$args['reject_unsafe_urls'] = false;
$args['sslverify'] = false;
$http = _wp_http_get_object();
return $http->request( $url, $args );
Maybe this discussion provides also an appropriate solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.