Get releated JIRA issue changelist through Fisheye rest api - perforce

I want to get changelist from jira issue (in source tab) by key or others, But it seems that jira rest client api doesn't provide method to get it. Then I try to get changelist through fisheye api.I still can not find this in fisheye restful api. Is it possible to implement it?

I have resolved it by myself. Get CL through fisheye restful api by EQL. See https://answers.atlassian.com/questions/29439/getting-the-list-of-changesets-associated-with-an-issue-in-jira. I think it is a good solution.

Related

How to enable Vulnerability alerts through the GitHub API or GraphQL

I have searched high and low, but I can't find anything telling me how to enable GitHub Vulnerability alerts through their API. I conversely can't find anything saying it's not supported.
Does anyone know where I can find the API documentation if it is supported, or can someone tell me it's not? I have just completed a migration to GitHub for my origination and we have ~750 repositories so enabling them all manually is... less than ideal.
we released an API for this scenario a while back, so you can now enable or disable security alerts in bulk using that. We also published a sample which calls that API for all the repositories in an organization.
API: https://developer.github.com/v3/previews/#enable-or-disable-vulnerability-alerts-for-a-repository
Sample: https://github.com/github/enable-security-alerts-sample
#Russ looks like it's only available according to the UI. I am in the same position in needing to enable this for a very large number of repos.
Take a look at: https://github.community/t5/GitHub-API-Development-and/Security-vulnerability-alerts/td-p/15846
I got this from my companies GitHub service rep:
Enable security vulnerability via API (v3 or v4)
I've raised this and currently in conversations with the team that is responsible for
this feature to see when this could be addressed. I have to say this
is an exception to the GitHub rule of API/Platform first. I apologise
for that.

Auto post picture to instagram as story

I want to know, if there is an api that supports to post/publish automatically a picture as a instagram story.
Currently I am using the instagram4j api that works perfectly to publish pictures in the regular feed, but I want to be able to plan that every day a picture is published as a story.
Is there such an api?
Sounds like this is something other developers have requested on the GitHub repo issues section for the Instagram4j API.
https://github.com/brunocvcunha/instagram4j/issues/42
Might be worth following this and +1 ing the issue.
As off now, Instagram's official API doesn't allow this unfortunately.
An alternative might be to check this repo on GitHub.
https://github.com/mgp25/Instagram-API/blob/master/src/Request/Story.php
I haven't tested it myself but that might be something worth considering.

HP ALM REST Api Requirement Traceability

As the title says I need to get traceability information for my requirements with hp alm rest api.
What endpoint do I have to use?
The documentation seems to be pretty much not existing!
Somewhere I've read that the following endpoint should return a list of all available endpoints but I only get "Not found" -> /qcbin/rest/resource-list
So how to work with this api???
honestly speaking I did not get exactly your query. In particular to work with the REST api you should use a valid login before sending any other queries!
The "get started" from HP is quite helpful, but it may be different if you have a previous version. Link for the 12.50:
http://alm-help.saas.hpe.com/en/12.50/api_refs/Performance_Center_REST_API/Performance_Center_REST_API.htm
Having a look there and I was not able to understand the command you were mentioning. Here another link from HP where I found that, which is again mentioning the login steps of course:
https://community.saas.hpe.com/t5/All-About-the-Apps/A-user-guide-to-REST-API-with-HPE-ALM/ba-p/223878#.WVo2wVElGpo
Anyway if you are new to HP QC REST API, then I would suggest you to create your own module.
I have created a small module to send REST requests to HP ALM using python. The support module is called "requests". I guess that if you are familiar with android, then you should be familiar with python/java too.
Plenty of answers to your problems you will find already answered anyway in SO.
After you will proper login, then you should be able to send easily new REST msg and get your goal.
Have a nice day! ciao ciao!
The REST API (at least until 12.55) does not support reading traceability of requirements. But you can access the database directly. All traceability information are stored in table REQ_TRACE.

Why Rest Api in Sharepoint

What is the main reason that we go for Rest Api in SharePoint 2013. Already we have Client Object Model for implementing application. Anybody can please guide me.
The Client Side Object Model is built upon the REST API so that is one reason for it to exist. For good JavaScript developers they may like the simplicity of the REST API. For people trying to keep their page size to a minimum, they may appreciate forgoing the size of the CSOM and its dependencies. Lastly, in mash up scenarios with other tools, having an easy way to address content via REST urls makes for better interoperability with other tools instead of relying on a product specific API (i.e. the CSOM).

How to like/follow on Instagram without using their API

Recently Instagram changed their API's policy, which means you can no longer like/follow/unfollow using their API unless you are approved by Instagram to do so.
I own the website http://instapromobiz.com which uses JavaScript and PhP to automate likes/follows/unfollows using Instagram's API. This was doing great until Instagram made this update and I can no longer perform these actions.
My question is, is there any way to perform these actions without using Instagram's API? Sites like http://instagress.com are still working so there must be another way to perform these actions without using their API.
Does anybody have any suggestions that might point me in the right direction? Thanks in advance.
You should submit your app for review. They usually answer quickly.
Go to Manage Clients (https://www.instagram.com/developer/clients/manage/), then click on Edit button of your App. Your submission can be made over Permissions tab.
But, unfortunatelly, it's probably Instagram won't authorize an app that do like/ follow automatically. They want to ensure an authentic and consistent experience for the Instagram Community, so those actions should be manual. Good luck.

Resources