krasm

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Create Issue with custom fields using REST API
Basically I want to create an issue using REST API and populate some custom fields of it.Is it possible?YT version 5 -
Created Execute issue command in javascript as guest?
Is it possible to execute as guest, issue command in javascipt i.e. /rest/issue/123/execute? -
Created How to refer to a custom field that contain space character?
We have space character in our custom field "Reporter Details"Ho to refer to such a field?the following syntax is incorrect in notifications templates: <#if issue.Reporter Details?has_content> Repo... -
Created Creating issues using REST API did not fire workflow
Hi,I am trying use workflow that will add project leader as watcher when issue is being reported.The workflow is working fine when creating issue from Web GUI, but did not fire when creating issue ...