2
2
3
3
## Enabling the Plugin for a Project
4
4
5
- To use the plugin, it needs to be enabled for each project. Once enabled,
6
- a ** FIWARE** tab will appear in the project settings.
5
+ To use the plugin, it needs to be enabled for each project. Once enabled, a
6
+ ** FIWARE** tab will appear in the project settings.
7
7
8
8
1 . Go to the project where you want to enable the plugin.
9
9
2 . Navigate to ** Settings** .
@@ -20,10 +20,43 @@ project settings. This tab allows you to create and manage subscription template
20
20
21
21
### Creating a New Subscription Template
22
22
23
- TBD
23
+ In the ** FIWARE** tab, you can create a new subscription template by clicking on
24
+ the ** New Subscription Template** button. This will open a form where you can
25
+ configure the template settings, see:
26
+
27
+ - [ Subscription Templates] ( subscription_template.md )
24
28
25
29
### Managing Subscription Templates
26
30
27
31
In the ** FIWARE** tab, you can view, edit, and delete existing subscription
28
- templates. You can also copy the template settings to the clipboard or (un)publish
29
- a template if needed.
32
+ templates. You can also copy the template settings cURL command to the clipboard.
33
+ This can be useful if the context broker is not accessible from the Redmine server.
34
+
35
+ In case the context broker is accessible from the Redmine server, you can also
36
+ (un)publish a template directly if needed.
37
+
38
+ ### Subscription Templates Table
39
+
40
+ The subscription templates table displays the existing templates with their key details:
41
+
42
+ - ** Name** : The name of the subscription template. By clicking on the name, you
43
+ can view and edit the template settings.
44
+ - ** NGSI standard** : The NGSI standard used (e.g., * NGSIv2* ).
45
+ - ** Broker URL** : The URL of the FIWARE context broker.
46
+ - ** Issue status** : The status of the Redmine issue that will be created.
47
+ - ** Tracker** : The tracker to be used for the Redmine issue.
48
+ - ** Status** : The status of the subscription template (e.g., active, inactive, oneshot).
49
+
50
+ #### Actions
51
+
52
+ For each subscription template, you have the following actions available:
53
+
54
+ - ** Clipboard** : Copy the template settings to the clipboard. In case the
55
+ browser does not support clipboard copying, the cURL command will be also
56
+ displayed in the developer console.
57
+ - ** Publish** : Publish the subscription template to the context broker.
58
+ - ** Unpublish** : Unpublish the subscription template (if it is currently published).
59
+ - ** Delete** : Delete the subscription template.
60
+
61
+ These settings allow you to customize how FIWARE notifications are handled and
62
+ how Redmine issues are created or updated based on these notifications.
0 commit comments