goSDL icon indicating copy to clipboard operation
goSDL copied to clipboard

Jira Cloud support

Open bsmithb2 opened this issue 7 years ago • 3 comments

Description

Scriptrunner for Jira was released for Jira Cloud on May 1 18 (about four days after your article on medium. https://slack.engineering/moving-fast-and-securing-things-540e6c5ae58a

Does this mean that this would work now for Jira Cloud? Its an awesome idea!

What type of issue is this? (place an x in one of the [ ])

  • [ ] bug
  • [ ] enhancement (feature request)
  • [X] question
  • [ ] documentation related
  • [ ] testing related
  • [ ] discussion

bsmithb2 avatar May 04 '18 23:05 bsmithb2

I've looked at the custom REST API that ScriptRunner has setup and I don't see anything it is doing that could not be accomplished by using the JIRA REST API directly. We are looking to fork goSDL for internal purposes, and will contribute back if we get it done.

ewhauser avatar Jul 15 '18 17:07 ewhauser

Ok, after playing with the Checklist for JIRA plugin on the cloud version, it has a different architecture than the server version. It no longer stores the checklists themselves in a custom field, but instead has an API that the plugin author hosts.

I reached out to them to see if there was a way to use the API directly. You can, of course, reverse engineer the API but I'm not sure if there is a way to get the auth cookie without a lot of pain. There are other checklist plugins for JIRA Cloud that do use custom fields. May end up exploring them instead if this does not work out.

ewhauser avatar Jul 16 '18 01:07 ewhauser

Ok, after playing with the Checklist for JIRA plugin on the cloud version, it has a different architecture than the server version. It no longer stores the checklists themselves in a custom field, but instead has an API that the plugin author hosts.

I reached out to them to see if there was a way to use the API directly. You can, of course, reverse engineer the API but I'm not sure if there is a way to get the auth cookie without a lot of pain. There are other checklist plugins for JIRA Cloud that do use custom fields. May end up exploring them instead if this does not work out.

@ewhauser Any luck looking for alternatives on this ?

dcomas avatar Nov 18 '19 11:11 dcomas